This guide is intended to be a point of knowledge for everyone who wants to pass Docker Certified Associate Exam. The main idea is to provide links to every topic in each domain. Preference will always be the official documentation, but feel free to add useful links.
Web version can be found here: DCA website
- Orchestration
- Image Creation, Management, and Registry
- Installation and Configuration
- Networking
- Security
- Storage and Volumes
- Links
- Complete the setup of a swarm mode cluster, with managers and worker nodes
- Describe and demonstrate how to extend the instructions to run individual containers into running services under swarm
- Describe the importance of quorum in a swarm cluster.
- Describe the difference between running a container and running a service.
- 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
- Describe and demonstrate orchestration activities
- Increase number of replicas
- Add networks, publish ports
- Mount volumes
- Describe and demonstrate how to run replicated and global services
- Apply node labels to demonstrate placement of tasks
- Describe and demonstrate how to use templates with “docker service create”
- Identify the steps needed to troubleshoot a service not deploying
- Describe how a Dockerized application communicates with legacy systems
- Describe how to deploy containerized workloads as Kubernetes pods and deployments
- Describe how to provide configuration to Kubernetes pods using configMaps and secrets
- Describe the use of Dockerfile
- Describe options, such as add, copy, volumes, expose, entry point
- Identify and display the main parts of a Dockerfile
- Describe and demonstrate how to create an efficient image via a Dockerfile
- Describe and demonstrate how to use CLI commands to manage images, such as list, delete, prune, rmi
- Describe and demonstrate how to inspect images and report specific attributes using filter and format
- Describe and demonstrate how to tag an image.
- Describe and demonstrate how to apply a file to create a Docker image
- Describe and demonstrate how to display layers of a Docker image
- Describe and demonstrate how to modify an image to a single layer (multi-stage build, single layer)
- Describe and demonstrate registry functions
- Deploy a registry
- Log into a registry
- Utilize search in a registry
- Push an image to a registry
- Sign an image in a registry
- Pull and delete images from a registry
- Demonstrate the ability to upgrade the Docker engine
- Complete setup of repo, select a storage driver, and complete installation of Docker engine on multiple platforms
- Configure logging drivers (splunk, journald, etc)
- Setup swarm, configure managers, add nodes, and setup backup schedule
- Create and manage user and teams
- Interpret errors to troubleshoot installation issues without assistance
- Outline the sizing requirements prior to installation
- Understand namespaces, cgroups, and configuration of certificates
- Use certificate-based client-server authentication to ensure a Docker daemon has the rights to access images on a registry
- Consistently repeat steps to deploy Docker engine, UCP, and DTR on AWS and on premises in an HA config. Docker, DTR, UCP,, Docker on AWS and possibly on premises HA config
- Complete configuration of backups for UCP and DTR
- Configure the Docker daemon to start on boot
- Create a Docker bridge network for a developer to use for their containers
- Troubleshoot container and engine logs to understand a connectivity issue between containers
- Publish a port so that an application is accessible externally
- Identify which IP and port a container is externally accessible on
- Describe the different types and use cases for the built-in network drivers
- Understand the Container Network Model and how it interfaces with the Docker engine and network and IPAM drivers
- Configure Docker to use external DNS
- Use Docker to load balance HTTP/HTTPs traffic to an application (Configure L7 load balancing with Docker EE)
- Understand and describe the types of traffic that flow between the Docker engine, registry, and UCP controllers
- Deploy a service on a Docker overlay network
- Describe the difference between "host" and "ingress" port publishing mode (Host, Ingress)
- Describe the process of signing an image
- Demonstrate that an image passes a security scan
- Enable Docker Content Trust
- Configure RBAC in UCP
- Integrate UCP with LDAP/AD
- Demonstrate creation of UCP client bundles
- Describe default engine security
- Describe swarm default security
- Describe MTLS
- Identity roles
- Describe the difference between UCP workers and managers
- Describe process to use external certificates with UCP and DTR (UCP from cli, from GUI, print the public certificates), DTR)
- State which graph driver should be used on which OS
- Demonstrate how to configure devicemapper
- Compare object storage to block storage, and explain which one is preferable when available
- Summarize how an application is composed of layers and where those layers reside on the filesystem
- Describe how volumes are used with Docker for persistent storage
- Identify the steps you would take to clean up unused images on a filesystem, also on DTR. (image prune, system prune and from DTR)
- Demonstrate how storage can be used across cluster nodes
These are the most relevant quick facts of the exam:
- The exam is online, using Google Chrome browser on Windows or MacOS ONLY. Linux support IS NOT available at this time;
- 55 questions to be answered within 90 minutes. Which give you almost one minute and a half to spend on each question;
- It costs 195 USD or 175 EUR;
- Lasts for 2 years after the day you got certified;
- Docker does not publish exam passing scores because exam questions and passing scores are subject to change without notice;
- Results comes instantly.
More detailed parts about the exam, please refer to the Links section.
There are THREE TYPES of giving answers:
- ONE RIGHT ANSWER: The answer options will be a clickable spot and you must select ONE CHOICE. This can be either select a valid answer in a true/false statement or a fill in blank example.
- MULTIPLE ANSWERS: The answer option will be a square-type and accepts MULTIPLE CHOICES. Before checking the answers, please refer to the question to ensure HOW MANY VALID CHOICES ARE.
- Discrete Option Multiple Choice (DOMC) : Options are randomly presented, one at a time. For each presented option, the examinee chooses YES or NO to indicate if the option is correct. Sample DOMC Questions.
Thanks to all contributors!