In this course, students will learn how to create and manage individual containers using the Docker Engine. We'll cover best practices in container image design and container deployment and auditing, as well as an introduction to single-node container networking and storage. This course is best practices focused, and is designed to enable rapid successful adoption of containerization from first principles.
Content
- Usecases
- Comparison to virtual machines
- Container implementation from the Linux kernel
- Container lifecycle details
- Core container creation, auditing and management CLI
- Layered filesystem implementation and performance implications
- Creating images with Dockerfiles
- Optimising image builds with multi-stage builds and image design best practices
- Docker native networking model
- Software defined networks for containers
- Docker-native single-host service discovery and routing
- Docker volume creation and management
- Best practices and usecases for container-external storage.