Docker-compose tutorial
If you have watched my video about "docker explained simply", we will now have a look at how to easily manage multiple Docker containers with just one simple configuration file. We will deploy a simple web server and database.
Docker-compose documentation: https://docs.docker.com/compose/
Install docker-compose: https://docs.docker.com/compose/install/
Follow me:
TWITTER: https://twitter.com/christianlempa
INSTAGRAM: https://instagram.com/christianlempa
DISCORD: https://discord.com/invite/bz2SN7d
GITHUB: https://github.com/christianlempa
PATREON: https://www.patreon.com/christianlempa
MY EQUIPMENT: https://kit.co/christianlempa
Timestamps:
00:00 - Introduction
01:29 Get started with docker-compose.yaml
03:29 Versioning in docker-compose files
04:40 Deploy a simple webserver with docker-compose
11:30 Add more containers like database
17:00 Remove all docker containers from docker-compose file
18:03 Summary
----
All links with "*" are affiliate links.