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.
Raghav Dua
SRE, Coinbase
“
CodeCrafters has you build your own version of things like Git and Docker from scratch. A cool way to build a stronger mental model of how those tools work.
Beyang Liu
CTO at SourceGraph