Just came across a docker implemented in bash 🤯

https://github.com/p8952/bocker

It's one of these projects where the reaction is "cool - but why?" and the answer will be "because I can!"

#docker #bash

GitHub - p8952/bocker: Docker implemented in around 100 lines of bash

Docker implemented in around 100 lines of bash. Contribute to p8952/bocker development by creating an account on GitHub.

GitHub
@tcurdt and it's also pretty interesting to understand how it works behind the scenes with cgroups!

@swallez @tcurdt

Hah! It reminds me when I was working with @brianm (at Ning) and CGROUPS just came out… I think our first attempt to migrate from Solaris Zones to LXC was indeed a bunch of bash lines duct-taped together…

Good times…

@usrz @swallez @tcurdt yeah, we did some fun stuff. Some of it terrifies me in hindsight (NFS based service discovery), but this was a cool one :-)
@brianm @swallez @tcurdt kid you not… odoo does something VERY similar still as of today 😂