q2study

Docker fundamentals study guide

Learn Docker fundamentals: images, containers, volumes, networking, Compose, registries, and security — with a free practice quiz and clear explanations.

DockercontainersDockerfileDocker Composepractice quiz

Docker is the most widely used container platform, and container skills are foundational for modern software delivery, DevOps, and Kubernetes. This guide and quiz cover the fundamentals every engineer should know.

Note: the official Docker Certified Associate (DCA) exam was retired, but Docker skills remain essential. This quiz focuses on practical, evergreen Docker knowledge rather than a specific exam.

▶ Start the free Docker practice quiz

Who is the Docker for?

Docker exam format

CertificationDocker Fundamentals
Exam codeDocker
LevelFoundational
FormatPractice quiz (no active official exam)
QuestionsSelf-paced practice
DurationUntimed
Passing scoreN/A
Cost (USD)Free
ValidityN/A
PrerequisitesBasic command-line familiarity

Exam details change over time — always confirm the current specifics on the official exam page before you book.

What the Docker covers

The official exam is organized into these domains. Our practice bank mirrors them so you can drill each area:

DomainExam weightPractice questions
Images & Dockerfiles~25%4
Containers & Lifecycle~20%4
Storage & Networking~25%4
Compose & Registries~20%4
Security~10%3

How to prepare

Learn images and Dockerfiles (layers, multi-stage builds, caching), the container lifecycle, and the run/exec/logs commands.

Understand volumes, networking (bridge/host, DNS), Docker Compose for multi-container apps, registries, and container security best practices.

The free quiz below covers all of these areas with explanations.

About this Docker practice quiz

Our free Docker practice quiz has 19 scenario-based questions covering every exam domain. Each question includes the correct answer, a plain-English explanation of why it is right (and why the alternatives are wrong), and a reference to the relevant topic — so you learn as you go, not just test yourself.

▶ Practice Docker now — 19 questions, free

Frequently asked questions

Is there still a Docker certification?

The Docker Certified Associate (DCA) was retired. Docker skills are still widely required; this quiz focuses on practical fundamentals.

Do I need Docker for Kubernetes?

Understanding containers (images, registries, runtime) is essential background before learning Kubernetes.

Is this quiz free?

Yes — it's a free, self-paced practice quiz with explanations.

What should I learn after Docker?

Kubernetes (start with KCNA, then CKA) is the natural next step.