loader

Training & Certifications


Docker is an extremely powerful tool for running and managing containers. Currently, Docker is the industry-leading container runtime platform and offers a colossal number of features revolving around container management, plus orchestration.

This program serves as preparation for learners who seek to pass the Docker Certified Associate certification exam offered by Docker. Ultimately, the certification exam aims to validate one’s skills as a Docker practitioner. In this course, we will dissect both the concepts and objectives needed to use Docker effectively. Learners will also uncover how to leverage core features contained within Docker Community Edition (DCE), as well as the additional features offered through Docker Enterprise Edition (DEE).


By the end of the program, participants will be able to:

  1. Run containerized applications from pre-existing images stored in a centralized registry
  2. Deploy images across the cluster
  3. Install, maintain, and operate the Docker platform
  4. Triage issue reports from stakeholders and resolve
  5. Standup new Docker environments and perform general maintenance and configuration
  6. Migrate traditional applications to containers
  7. Configure and troubleshoot Docker engine

This program is suitable for anyone who wants to learn about docker.


This program is a 5-day of intensive training class.


There are no prerequisites for this program.


At the end of the program, the participants will be assessed by Multimatics.


Certificate of Completion will be awarded upon completion of training from Multimatics.


  1. Complete the setup of a swarm mode cluster, with managers and worker nodes
  2. State the differences between running a container vs running a service
  3. Demonstrate steps to lock a swarm cluster
  4. Extend the instructions to run individual containers into running services under swarm
  5. Interpret the output of "docker inspect" commands
  6. Convert an application deployment into a stack file using a YAML compose file with "docker stack deploy"
  7. Manipulate a running stack of services
  8. Increase number of replicas
  9. Illustrate running a replicated vs global service
  10. Mount volumes
  11. Add networks, publish ports
  12. Identify the steps needed to troubleshoot a service not deploying
  13. Apply node labels to demonstrate placement of tasks
  14. Sketch how a Dockerized application communicates with legacy systems
  15. Paraphrase the importance of quorum in a swarm cluster
  16. Demonstrate the usage of templates with "docker service create"
  1. Describe Dockerfile options(add, copy, volumes, expose, entrypoint, etc)
  2. Show the main parts of a Dockerfile
  3. Give examples on how to create an efficient image via a Dockerfile
  4. Use CLI commands such as list, delete, prune, rmi, etc to manage images
  5. Inspect images and report specific attributes using filter and format
  6. Demonstrate tagging an image
  7. Utilize a registry to store an image
  8. Display layers of a Docker image
  9. Apply a file to create a Docker image
  10. Modify an image to a single layer
  11. Describe how image layers work
  12. Deploy a registry (not architect)
  13. Configure a registry
  14. Log into a registry
  15. Utilize search in a registry
  16. Tag an image
  17. Push an image to a registry
  18. Sign an image in a registry
  19. Describe how image deletion works
  20. Delete an image from a registry
  1. What are Pods?
  2. Demonstrate the ability to upgrade the Docker engine
  3. Complete setup of repo, select a storage driver, and complete installation of Docker engine on multiple platforms
  4. Configure logging drivers (splunk, journald, etc)
  5. Setup swarm, configure managers, add nodes, and setup backup schedule
  6. Create and manager user and teams
  7. Interpret errors to troubleshoot installation issues without assistance
  8. Outline the sizing requirements prior to installation
  9. Understand namespaces, cgroups, and configuration of certificates
  10. Use certificate-based client-server authentication to ensure a Docker daemon has the rights to access images on a registry
  11. Consistently repeat steps to deploy Docker engine, UCP, and DTR on AWS and on premises in an HA config 1, 2, 3
  12. Configure the Docker daemon to start on boot
  1. Create a Docker bridge network for a developer to use for their containers
  2. Troubleshoot container and engine logs to understand a connectivity issue between containers
  3. Publish a port so that an application is accessible externally
  4. Identify which IP and port a container is externally accessible on
  5. Describe the different types and use cases for the built-in network drivers
  6. Understand the Container Network Model and how it interfaces with the Docker engine and network and IPAM drivers
  7. Configure Docker to use external DNS
  8. Use Docker to load balance HTTP/HTTPs traffic to an application (Configure L7 load balancing with Docker EE)
  9. Understand and describe the types of traffic that flow between the Docker engine, registry, and UCP controllers
  10. Deploy a service on a Docker overlay network
  11. Describe the difference between “host” and “ingress” port publishing mode (Host, Ingress)
  1. Describe the process of signing an image
  2. Demonstrate that an image passes a security scan
  3. Enable Docker Content Trust
  4. Configure RBAC in UCP
  5. Integrate UCP with LDAP/AD
  6. Demonstrate creation of UCP client bundles
  7. Describe default engine security
  8. Describe MTLS
  1. State which graph driver should be used on which OS
  2. Demonstrate how to configure devicemapper
  3. Compare object storage to block storage, and explain which one is preferable when available
  4. Summarize how an application is composed of layers and where those layers reside on the filesystem
  5. Describe how volumes are used with Docker for persistent storage
  6. Identify the steps you would take to clean up unused images on a filesystem, also on DTR
  7. Demonstrate how storage can be used across cluster nodes
  8. Identity roles
  9. Describe the difference between UCP workers and managers
  10. Describe process to use external certificates with UCP and DTR (UCP from cli, from GUI, print the public certificates), DTR

Scroll to Top