An Introduction to Docker Compose!
Adrian Dolinay
The tutorial walks through a real life application of Docker Compose. You will learn how to create a compose.yaml file to build docker images and run three containers for Jupyter notebook, MySQL and phpMyAdmin. Once the containers are up and running, you will learn how to generate data with a Jupyter Notebook, upload the data to MySQL and view the data with a graphical user interface phpMyAdmin.
The related files can be found in the "Docker" folder within the below repo: https://github.com/ad17171717/YouTube-Tutorials/tree/main/Docker/An_Introduction_to_Docker_Compose
CONNECT: LinkedIn: https://www.linkedin.com/in/adrian-dolinay-frm-96a289106/ GitHub: https://github.com/ad17171717 X: https://twitter.com/DolinayG Odysee: https://odysee.com/@adriandolinay:0 Medium: https://medium.com/@adriandolinay
|-Video Chapters-| 0:00 - Introduction 0:13 - Docker Compose Project Overview 0:40 - Creating a compose.yaml file 1:11 - Defining services for the compose file: MySQL 3:53 - Defining services for the compose file: phpMyAdmin 5:16 - Defining services for the compose file: Jupyter 7:52 - Creating Docker volumes to store data 8:02 - Running Docker compose and using the services 10:50 - Stop services with Docker compose down 11:12 - Conclusion ... https://www.youtube.com/watch?v=Y6iVuCtR1l8
48615114 Bytes