About this Module

This lesson discusses the intended audience and the necessary prerequisites of the module.

Who is this module for?#

This module is for anyone who has basic knowledge of Docker and how to build and run docker images and wants to move on to advanced concepts of the technology. This module will assume that you have a beginner-level knowledge of using Docker and writing a Dockerfile.

Module structure#

This module contains three chapters, namely:

  1. Introduction to Docker-Compose:

    This chapter introduces us to Docker-Compose. It also teaches us how to work with multiple Dockerfiles and environment variables with Docker.

  2. Exposure to Docker Swarm:

    This chapter introduces us to Docker Swarm. It also goes through the necessary concepts to use Docker Swarm.

  3. Bonus Section:

    This chapter goes through docker security and then it shows us an example of Flask in production with Nginx.

Docker-Compose Explanation
Mark as Completed
Report an Issue