Hacker News new | ask | show | jobs
by kspetkov79 20 days ago
This kind of project is useful because it shows that containers are not magic. Not something I would run in production, but good for understanding the parts.
1 comments

agreed. probably not for production. but wow it has been great educationally to see all the parts and pieces from basic linux packages. I wouldn't have believed this could all be done in minimal bash. Thankfully btrfs does a lot of the heavy lifting (and also helps visualize copy-on-write, dir layouts, etc.)

highly recommend the delight playing with it on a VM! :)

maaaaybe for production :)