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:
- Recap from core program: VM vs container, what Docker is
- Docker architecture: Docker daemon, client, images, containers, registries
- Installing Docker (if not already)
- Running containers:
docker run, d, p, -name
- Listing and managing containers:
docker ps, docker stop, docker rm
- Debugging containers:
docker logs, docker exec (shell into a running container), docker inspect
- Pulling images:
docker pull, Docker Hub
- Practice: run an nginx container, map a port, access it in the browser
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.