JTC01 Docker
Lab information
Docker is an open platform for developing, shipping, and running applications.
Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.
In this Lab you will learn the basic operations for building and running Docker containers.
Lab sources
All the source code for the lab is available here:
https://github.com/niklaushirt/training
Lab overview
- In this Lab you will learn the basics of Docker:
- Docker basics
- Build a Docker image
- Run a Docker image
- Use the Portainer tool
- Deploy a more complex Docker application
- Push a Docker image into a registry
- Docker internals