DevOps Quiz
What’s inside a Container Image?
Question
What’s inside a container image?
- a program
- a tarball
- a hard disk image
- a custom binary format developed by Docker
Answer
The tarball!
Container images are usually tarballs plus some JSON files with metadata about the tarballs!
Quiz Credit — Julia Evans