Build Your Own Container Using Less than 100 Lines of Go

I found an interesting article entitled, “Build Your Own Container Using Less than 100 Lines of Go.”

5 Likes

Nice article. At first impression, I thought “I can make a container with 1-3 lines in a Dockerfile”… but that’s not the point. He describes how one could “roll their own Docker” in <100 lines. Nice overview of the container technology.

Thanks for sharing.

Docker is just kinda-sorta a reference implementation of the OCI container specification