Docker for Beginners - Learn Docker Step by Step - Part 3

Опубликовано: 04 Октябрь 2024
на канале: Linux DevOps Journey
18
2

In this tutorial we will learn how to write Docker Compose file based on our previous video.

We will learn how to correctly create docker-compose.yml file.

We will build our custom image to prevent Wordpress fatal error in previous tutorial.

Some of the things and commands we will learn in this video:
learn how to create docker-compose.yml file
learn how to correctly write .yml file
sudo docker-compose up
sudo docker-compose down
sudo docker-compose -- build - Builds new image

Hope you enjoy it.