HomeTriviaTech & GamesDocker
concept🎮 Tech & Games

Docker Trivia Questions

How much do you really know about Docker? Below are 8 true or false statements. Click each one to reveal the answer and explanation.

1.

Docker Compose files can define multiple services, networks, and volumes in a single YAML file.

Click to reveal answer ›

Easy
✓ TRUE

Compose allows you to orchestrate multi-container apps with all resources declared in one docker-compose.yml.

2.

Docker images are always smaller than their corresponding virtual machine images.

Click to reveal answer ›

Medium
✗ FALSE

Images can be large if they include full OS layers; VMs with slimmed OS can sometimes be comparable or smaller.

3.

Docker containers share the host kernel, so you cannot run a Windows container on a Linux host.

Click to reveal answer ›

Medium
✓ TRUE

Containers rely on the host OS kernel; Linux hosts lack the Windows kernel, making native Windows containers impossible.

4.

Docker containers are completely isolated from each other and cannot communicate unless explicitly configured.

Click to reveal answer ›

Medium
✗ FALSE

By default, containers on the same Docker network can communicate; isolation is per network, not absolute.

5.

Docker images use copy-on-write layers, so running multiple containers from the same image shares the base layers.

Click to reveal answer ›

Medium
✓ TRUE

Each container adds a thin writable layer on top of read-only image layers, saving disk space and speeding startup.

6.

Docker Desktop is free for all commercial use without any licensing restrictions.

Click to reveal answer ›

Medium
✗ FALSE

Docker Desktop requires a paid subscription for commercial use in large enterprises (over 250 employees or $10M revenue).

7.

Docker containers can run on Windows without a Linux VM using Docker Desktop's WSL 2 backend.

Click to reveal answer ›

Medium
✓ TRUE

Docker Desktop leverages WSL 2 on Windows to run Linux containers natively, no separate VM required.

8.

You can run Docker containers that have their own init system, like systemd, inside them.

Click to reveal answer ›

Hard
✗ FALSE

Containers typically lack the privileges and cgroup setup for full init systems; it's possible but requires special flags and is not standard.

More in Tech & Games

MinecraftTrivia Questions →ChessTrivia Questions →TetrisTrivia Questions →Super MarioTrivia Questions →The Legend of ZeldaTrivia Questions →
View all Tech & Games topics →

Want to test yourself in real time?

Swipe right for True, left for False. New questions every day on PopBluff.

Play PopBluff Free →