Docker : Docker Compose - Defining Multi-Container Applications

preview_player
Показать описание
In this video we'll take a look at a Docker Compose, which allows you to define multi-container applications. In this example we are using the Oracle REST Data Services and Oracle Database 19c images we built on Oracle Linux 8 (oraclelinux:8-slim) in previous videos.

Docker : Docker Compose - Defining Multi-Container Applications

My Docker Builds

Docker : Install Docker on Oracle Linux 7 (OL7)

Docker : All Articles

Cameo by Murali Vallath :

Cameo appearances are for fun, not an endorsement of the content of this video.

All trademarks, product names and logos are the property of their respective owners.
Рекомендации по теме
Комментарии
Автор

Quick question, Can we use pgadmin4 instead of `Oracle SQL Developer(or SQL Developer Web)` to develop and manage Oracle databases?
also, I setup was able to run and `dpage/pgadmin4` containers, but it's been quite challenging to connect from pgadmin4 browerUI to oracle database because of weird port mappings(`0.0.0.0:49154->1521/tcp, :::49154->1521/tcp, 0.0.0.0:49153->5500/tcp, :::49153->5500/tcp`). Any suggestions on what I'm missing would be really awesome?

aakritiaakriti