Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
DevOps and cloud
/
Docker
Which statement correctly distinguishes an image from a container?
from Docker
Docker CLI 29.7.2 / Compose 5.5.0 / Node 24
beginner
1 min
Which statement correctly distinguishes an image from a container?
An image is a read-only template; a container combines it with runtime configuration and a writable layer.
A container is the compressed archive uploaded to a registry.
Deleting a container always deletes its image and named volumes.
Each running container requires a separate copy of every image layer.
Check
Ask AI about this kata
Report an error
next kata
Which choice preserves database data when its container is replaced?
Quiz
A new version is available
Reload