Learn how to containerize your application using Docker. Including multi-stage builds, build cache optimization, and best practices.
Target audience
This training is intended for developers who want to get started with Docker to run web application containers in development and/or in production.
Learning objectives
After completing this training, you:
- Can pull, start, and stop Docker containers
- Can write your own Dockerfiles and build images from them, following best practices
- Can use Docker Compose to compose applications from multiple Docker containers