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
Highest Rated
Rating: 4.5 out of 5(4,448 ratings)
27,568 students
Created byZeal Vora
Last updated 5/2026
English

What you'll learn

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

Course content

9 sections210 lectures20h 38m total length
  • Introduction to Docker17:31
  • PPT Notes - Docker Certified Associate0:02
  • Installation Methods for Docker5:29
  • Installing Docker Desktop for MacOS0:14
  • Windows Pre-Requisites for Installing Docker Desktop7:58
  • 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
  • docker - Base CLI command8:42
  • Docker Images vs Docker Containers6:42
  • Practical - Creating our First Docker Container10:10
  • 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
  • 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
  • Docker Restart Policy9:13
  • 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