Learn about kernel namespaces, chroot, the registry API and more
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.
In this stage, you'll execute a program using fork
+ exec
.
In this stage, you'll relay the child program's stdout & stderr to the parent process.