We expect that you will be able to use Docker for your needs in Application development and deployment after this course!
This course requires Docker and Docker-compose installed on your work environment. Please have a working environment for every lesson
Windows, Mac
- Docker-Desktop installation: https://docs.docker.com/desktop/
Linux:
- Docker installation: https://docs.docker.com/get-docker/
- Docker-Compose installation: https://docs.docker.com/compose/install/
- Lesson 01: Docker basics
- Lesson 02: Docker compose
- Lesson 03: Usage in CI/CD processes
- Lesson 04: Improvements of Docker images, private registries
- ?
Docker cheatsheet - contains most of needed information about how Docker CLI commands
https://dockerlabs.collabnix.com/docker/cheatsheet/
Docker hub - world's largest library and community for container images
Docker Docs - great documentation for docker