Menu
Coddy logo textTech
terminal iconPart of the Terminal JourneyJourney

Learn Docker & Containers

A free, interactive course on Docker and containers. You practice the core Docker commands on every lesson - docker run, build, images, ps, exec, writing Dockerfiles, volumes, networking - in a guided, simulated terminal, with AI hints when you get stuck and a free certificate when you finish. No Docker install needed - the environment is simulated so you can focus on learning the commands and concepts. Part of the wider Terminal journey, so the command-line context you need is right there.

11,189+ codders enrolled

  • Beginner friendly
  • sparkles iconAI-assisted coding help
  • hint iconHands-on interactive lessons
  • volume On iconAudio narration on every lesson
  • quiz iconQuizzes to test your knowledge
  • certificate iconFree certificate of completion

Syllabus

1 sections1 projects40 lessons36 challenges195 quiz questions

This section is part of the Terminal Journey. The full syllabus has more sections - click any preview below to view it on the Journey page.

  1. Section 1Fundamentals82 lessons
  2. Section 2Version Control58 lessons
  3. Start sectionStartExpandCollapseLearn Docker from the command line: pull and build images, run and manage containers, write Dockerfiles, copy files in and out, and work with volumes and networks.

    Introduction

    2 lessons213

    Images

    4 lessons423

    Running Containers

    5 lessons532

    Managing Containers

    5 lessons531

    Inspecting Containers

    4 lessons423

    Building Images

    4 lessons423

    Files In Images

    3 lessons316

    Copying Files

    2 lessons213

    Volumes & Networks

    3 lessons314

    Greeting App Project

    Project5 lessons17

    Final Challenges

    3 lessons3

Why learn Docker with Coddy

  • Practice Docker in your browser. No install, no Docker Desktop, no daemon to configure - the lessons run in a simulated Docker environment, so you can start typing commands immediately and focus on what each one does.
  • Core Docker: images vs containers, writing Dockerfiles, layers and caching, port mapping, volumes for persistent data, environment variables, and basic multi-container networking. The Docker skills you'll use every day on the job.
  • AI hints help you understand Docker's commands and output - what docker ps shows, why a layer rebuilds, how a port mapping works - without spoiling the answer, so containers stop feeling like a black box.
  • Free Docker certificate when you finish the section. A credible proof point for any developer or DevOps role, since containers are standard on nearly every modern team.

Frequently asked questions about learning Docker

What is Docker?

Docker is a platform for packaging an application and everything it needs - code, runtime, libraries, settings - into a single portable unit called a container. Containers run the same way on your laptop, a teammate's machine, and a production server, which is why Docker became the standard way to ship and run software.

Do I need to install Docker to take this course?

No. The lessons run in a simulated Docker environment right in your browser - there's no real Docker daemon behind it, no Docker Desktop, and no admin rights required. It's designed to teach you the commands, the Dockerfile syntax, and the underlying concepts so that when you install Docker for real, everything is already familiar. You'll still want to set up Docker locally afterwards to build and run your own images on real projects.

Is this a real Docker environment?

No - it's a guided simulation. The course recreates how Docker behaves so you can learn docker run, build, images, ps, writing Dockerfiles, and the core ideas without installing anything. It's built for learning the commands and concepts, not for running production workloads. Once the concepts click here, the same commands work identically against a real Docker install.

What's the difference between an image and a container?

An image is the read-only template - the packaged filesystem and metadata built from a Dockerfile. A container is a running instance of an image. You can start many containers from one image, the same way you can open many windows of one program. The course makes this concrete by walking you through building images and running containers from them.

Is Docker hard to learn?

The basics - docker run, build, ps, images, stop, rm - are quick to pick up. The harder parts (layer caching, volumes vs bind mounts, networking between containers, slimming down images) take longer. The course introduces them in small, hands-on steps so the commands stop being abstract.

Do I need to know the command line first?

It helps, and the earlier sections of the Terminal journey cover the basics. Docker is driven almost entirely from the command line, so being comfortable typing commands and reading their output makes the Docker section much smoother - but the lessons walk you through each command as you go.
Coddy programming languages illustration

Learn Introduction to Docker with Coddy

GET STARTED