add bocker to containers

https://github.com/p8952/bocker
Docker implemented in around 100 lines of bash
This commit is contained in:
Filipp Frizzy 2015-08-27 23:07:30 +03:00
parent 404ec25ba0
commit 429fead28f

View File

@ -53,6 +53,8 @@ OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secu
* [runc](https://github.com/opencontainers/runc)
runc is a CLI tool for spawning and running containers according to the OCS specification.
* [Bocker](https://github.com/p8952/bocker)
Docker implemented in around 100 lines of bash.
* [Rocket](https://github.com/coreos/rkt)
rkt (pronounced "rock-it") is a CLI for running app containers on Linux. rkt is designed to be composable, secure, and fast. Based on AppC specification.
* [LXC](https://github.com/lxc/lxc)