DEV Community

Cover image for Introduction to Docker Compose
Sagar Jadhav
Sagar Jadhav

Posted on • Originally published at youtu.be

Introduction to Docker Compose

➡️ If you are running a multi-container application using Docker and looking for a solution to easily manage the application without any hustle then do check out my new YouTube video on Docker Compose.

➡️ I have covered the following in this video:

  1. Create a custom network with the driver of type bridge in Docker
  2. Run MySQL database in Docker Container
  3. Run PHPMyAdmin application in Docker Container
  4. Remove both MySQL & PHPMyAdmin Docker Container
  5. Remove custom network
  6. What is Docker Compose?
  7. What is Infrastructure As A code?
  8. Create a docker-compose.yaml
  9. Run MySQL database and PHPMyAdmin docker containers using Docker Compose
  10. Remove MySQL database and PHPMyAdmin docker containers using Docker Compose

➡️ You could buy me a coffee If you like the video and find it useful.

➡️ You can refer docker-compose.yaml here

Top comments (0)