Running Containers
Dockerfiles
Docker Compose
Image Registries
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is Docker Compose — defining multi-container apps
docker-compose.yml structure: services, ports, volumes, networks, environment
- Running with Compose:
docker compose up, docker compose down
- Volumes: persisting data between container restarts
- Networking in Compose: service discovery by name
- Environment variables in Compose:
.env files, environment key
- Practice: create a Compose file with an app container and a database container
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.