Navigate here to Learn
Choose a subtopic below to test your Docker knowledge.
What is Docker, containers vs VMs, Docker Engine.
Basic commands: run, ps, stop, rm, exec, logs.
Building, pulling, tagging, and removing images.
Syntax, instructions (FROM, RUN, CMD, COPY, etc.).
Mounting, named volumes, volume drivers.
Bridge, host, overlay, custom networks.
docker-compose.yml syntax, services, volumes, networks.
Docker Hub, private registries, image tagging & pushing.
Image scanning, container isolation, least privilege.