Containers under the Hood

Let’s talk about the underlying technology that enables containers under Linux, and build a container from scratch!

Building Container Images without a Dockerfile

Container images are just tarballs with a bit of configuration. Dockerfiles are just one option to create them.