Programming Challenge: Build Your Own Docker

In this challenge, you’ll build a toy Docker implementation that can pull an
image from Docker Hub and execute commands in it. Along the way, you’ll learn
about chroot, kernel namespaces, the docker registry API and much more.
Read more

Similar