Hacker News new | ask | show | jobs
Learn how containers work by building your own Docker clone (codingchallenges.fyi)
6 points by JohnCrickett 828 days ago
2 comments

I'm using Docker on a daily basis and sometimes it's frustrating to have the need to "restart it" for some reason. Maybe it's time to build my own one? :)
That's an interesting challenge, especially if you want to get a better understanding of Docker and its underlying concepts!