Live data from Hacker News

Bocker: Docker implemented in around 100 lines of Bash (2015)

github.com

1–10 of 122 posts

Re: Bocker: Docker implemented in around 100 lines of Bash (2015)

#7
Woah! Don't know if it can be used as a proper Docker replacement (probably not), but I sure do appreciate the project as an example of how to use all the tools to implement an isolated environment. And the fact that it actually works with Docker containers (well, why wouldn' it, but still) is just a cheery on top!

Re: Bocker: Docker implemented in around 100 lines of Bash (2015)

#9
post #7

Woah! Don't know if it can be used as a proper Docker replacement (probably not), but I sure do appreciate the project as an example of how to use all the tools to implement an isolated environment. And the fact that it actually works with Docker containers (well, why wouldn' it, but still) is just a cheery on top!

> Don't know if it can be used as a proper Docker replacement

The readme says "I can make no guarantees that it won't trash your system", so yeah clearly not intended for real use.

Post reply on HN