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...
CONNECT:
LinkedIn: / adrian-dolinay-frm-96a289106
GitHub: https://github.com/ad17171717
X: / dolinayg
Odysee: https://odysee.com/@adriandolinay:0
Medium: / 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