Opleiding: Docker Fundamentals
Package your app in a container with Docker
Docker is a platform that enables developers and administrators to package an application inside a container. Using a
container to ship your application helps to guarantee behavior of your application does not change across different
environments. This can be a great benefit to your work as a system administrator, but only when you have a solid
understanding of the docker platform.
After a short intro on containerization in general and your first docker commands, this course will teach you how to
build your own containers and package your application inside. Topics discussed are automating container creation,
working with a registry for distribution and composing complex applications with Docker Compose.
- Introduction to containerization with Docker
- Containers vs images
- Automated building of Images
- Working with Docker hub and registries
- Multi container application composition