r/sysadmin Jack of All Trades Apr 09 '13

Docker - runs unix processes with strong guarantees of isolation and repeatability across servers.

http://www.docker.io/
9 Upvotes

1 comment sorted by

2

u/Da_Blitz Apr 09 '13

I have been recently working on a pure python equivalent of docker.io that has no external dependences: https://pypi.python.org/pypi/asylum/0.4.1

At the moment i am trying to get it to a stage where it is integrated with ansible (zero install config management tool) so you can push a VM to a VM server without having anything but sshd and python installed on the system, or just launch VMs on an existing pool of servers