Bocker: Docker implemented in around 100 lines of Bash (2015)
1–10 of 122 posts
Re: Bocker: Docker implemented in around 100 lines of Bash (2015)
#28,800 stars!
Re: Bocker: Docker implemented in around 100 lines of Bash (2015)
#3It looks like it relies on BtrFS? Can anyone add support for OverlayFS 2? :) which I think is more deployed these days due to Docker itself
I’d be curious to see how it looks
Re: Bocker: Docker implemented in around 100 lines of Bash (2015)
#4Just a note that this repo's latest update was in 2015
Re: Bocker: Docker implemented in around 100 lines of Bash (2015)
#5With all those prerequisites it's definitely possible. I can implement Docker witt one prereq in one line of Bash:
docker "$@"
You're welcome, internet.Re: Bocker: Docker implemented in around 100 lines of Bash (2015)
#6Just because you can doesn't mean you should.
Re: Bocker: Docker implemented in around 100 lines of Bash (2015)
#7Woah! 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)
#8With all those prerequisites it's definitely possible. I can implement Docker witt one prereq in one line of Bash: docker "$@" You're welcome, internet.
[deleted]
Re: Bocker: Docker implemented in around 100 lines of Bash (2015)
#9Woah! 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.
Re: Bocker: Docker implemented in around 100 lines of Bash (2015)
#108,800 stars!
Why do people care about github stars?