Card 05/ 05
All 5 cards
RecapDifficulty: Beginner1 min
What You Learned
- The kernel is shared. A container is a process on the host's kernel with its own view of everything above it.
- Nothing boots, which is where the millisecond start time comes from.
- An image is read-only; a container is an image plus a writable layer and a process.
- The writable layer belongs to the container, so two containers from one image share nothing.