Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Docker Certified Associate 2026
Bestseller
Rating: 4.4 out of 5(4,479 ratings)
28,508 students

Docker Certified Associate 2026

Master Course to prepare for Docker Certified Associate certification.
Created byZeal Vora
Last updated 7/2026
English
German [Auto],English [Auto],

What you'll learn

  • Strong Fundamentals of Docker
  • Orchestration with Docker Swarm
  • Docker Security
  • Docker Networking, Storage & Image Management

Course content

9 sections210 lectures20h 41m total length
  • Introduction to Docker17:31

    Discover how Docker packages apps and dependencies into portable containers that run consistently across Windows, Linux, and macOS. Explore Docker Hub images and the Nginx demo for easy deployment.

  • PPT Notes - Docker Certified Associate0:02
  • Installation Methods for Docker5:29

    Explore Docker installation methods across Linux, macOS, and Windows, compare Docker Desktop with the CLI, and practice using the Docker CLI for local development and production environments.

  • Installing Docker Desktop for macOS3:02
  • Windows Pre-Requisites for Installing Docker Desktop7:58

    Explore Windows prerequisites for Docker Desktop, including WSL2 or Hyper-V, enabling virtualization and BIOS settings; and discover Linux VM and Docker CLI fallback options.

  • Installing Docker Desktop for Windows4:21

    Install Docker Desktop on Windows 10 or 11 by enabling WSL 2, choosing the WSL 2 option, and restarting to verify the Docker CLI.

  • Installing Docker Engine on Linux Systems6:47

    Learn to install Docker Engine on Linux servers using the CLI, compare Linux installation with Docker Desktop, and use Ubuntu LTS for scalable deployments.

  • docker - Base CLI command8:42

    Master the docker base command and object-based CLI grouping, using docker container and docker image commands such as run and create. Docker ps and docker container ls yield identical results.

  • Docker Images vs Docker Containers6:42

    Explore how Docker images are standalone, read-only packages that include code, runtime, and tools, and how Docker containers run instances of those images with Docker Hub downloads.

  • Practical - Creating our First Docker Container10:10

    Create your docker container from an image using docker container run or docker run; pull images from docker hub and manage containers with ls and ps, hello world and nginx.

  • Attached vs Detached Modes4:13

    Compare attached and detached modes in docker; attached mode streams logs to your terminal and stops on exit, while detached mode runs in the background with -d for long-running services.

  • Basic Container Management Commands8:09

    Learn basic Docker container management commands, including start, stop, restart, run with nginx, list and inspect containers, monitor with stats, remove containers, and batch remove multiple containers.

  • Basic Container Lifecycle8:16

    Discover the basic Docker container lifecycle: containers run while their main process runs, with short-lived and long-running examples, and learn how to override the default command to keep containers alive.

  • docker container exec3:44

    Learn how to run commands inside a running container using docker container exec, with an nginx example showing file listing and version checks.

  • docker container exec - Importance of -i and -t10:41

    Explore docker container exec with -i and -t to get interactive shell and a pseudo terminal, learning that -i keeps standard input and -t allocates a terminal.

  • Basics of Ports7:51

    Discover how ports route data to the correct application by binding each app to a unique port on the same IP, with examples like 80, 443, and 8443.

  • Publishing Ports in Docker14:52

    Explore how publishing ports in Docker binds a container port to a host port, enabling access from browsers or other hosts, with Nginx examples and Linux vs Docker Desktop differences.

  • Docker Restart Policy9:13

    Explore Docker restart policies, including no, on-failure, unless-stopped, and always, to control automatic container startup after daemon or system restarts.

  • Our Community0:12

Requirements

  • This course starts from scratch hence no pre-assumption is made.

Description

This course is specifically designed for the aspirants who intend to give the "Docker Certified Associate" certification as well as for individuals who intend to gain  strong foundation into Docker and Container technologies.

The course is designed from absolute scratch which makes it a go-to course for any individual who is new into the field of Dockers and Containers.

Since this course is based on the official certification blueprint, this course also has a dedicated Exam Preparation section with a series of practice tests to verify the candidate's understanding of the topics discussed in the course and also verify if the candidate is ready to give the official certification exams.

Keeping the standards high similar to other best-seller courses of Zeal, this course has a perfect balance, and every topic is explained in a simplified way with practical scenarios.

With tons of practicals, easy-to-understand videos, and a dedicated exam preparation section, this course is all you need to gain a deeper understanding of Docker and ace the Docker Certified Associate" certification.

With this exciting set of learnings and practicals, I look forward to seeing you in this course and be part of your journey into Containers and getting DCA certified.

Who this course is for:

  • Individuals who are preparing for Docker Certified Associate certification.
  • Individuals who wants to have strong foundation in Dockers