Academy | Syllabus
Docker
The Docker training program offered by Multimatics is a comprehensive and hands-on learning experience designed to equip participants with essential knowledge and practical skills in containerization using Docker technology. The training material is prepared based on the latest edition of Docker, accompanied by discussions and exercises to work on the questions. Join our Docker training program to embark on a journey toward mastering containerization technology and revolutionizing your approach to application deployment and management!
Trusted by OrganizationsProven by Professionals
+21
Years of Experiences
+6.000
Delivered Training Programs
+50.000
Professionals
90%
Exam Pass Rate
Program Details
Durations
The program is a 5-day intensive training class.
Method of Delivery
The program provided by Multimatics will be delivered through interactive presentation by professional instructor(s), group debriefs, individual and team exercises, behavior modelling and roleplays, one-to-one and group discussion, case studies, and projects.
Who Should Attend?
This program is suitable for beginners and intermediate-level IT professionals, developers, system administrators, and anyone interested in understanding and utilizing containerization to streamline application deployment and management.
Program Objectives
By the end of the program, participants will be able to:
- Run containerized applications from pre-existing images stored in a centralized registry
- Deploy images across the cluster
- Triage and resolve issue reports from stakeholders
- Standup up on Enterprise clusters with one UCP manager, one DTR replica, and one worker node
- Migrate traditional applications to containers
- Configure and troubleshoot Docker engine
- Perform general maintenance and configuration
Examination Details
Duration
5 Days
Format
- Open BookClose Book
Level
-
Passing Grade
65%
Program Modules
Orchestration
Topic Covered
- Complete the setup of a swarm mode cluster, with managers and worker nodes
- State the differences between running a container vs running a service
- Demonstrate steps to lock a swarm cluster
- Extend the instructions to run individual containers into running services under swarm
- Interpret the output of “docker inspect” commands
- Convert an application deployment into a stack file using a YAML compose file with “docker stack deploy”
- Manipulate a running stack of services
- Increase number of replicas
- Illustrate running a replicated vs global service
- Mount volumes
- Add networks, publish ports
- Identify the steps needed to troubleshoot a service not deploying
- Apply node labels to demonstrate placement of tasks
- Sketch how a Dockerized application communicates with legacy systems
- Paraphrase the importance of quorum in a swarm cluster
- Demonstrate the usage of templates with “docker service create”