From 590038cc3ebfb3e91d7881bcdbccee2c34b1800f Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Fri, 24 Jul 2015 12:44:30 -0700 Subject: [PATCH] Added docker-vm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 962093e..97bc017 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ Securely store your Docker images. * [Shutit](http://ianmiell.github.io/shutit/) (a tool for building and maintaining complex Docker deployments) by [@ianmiell](https://github.com/ianmiell) * [FuGu](https://github.com/mattes/fugu) (a docker run wrapper without orchestration) by [@mattes](https://github.com/mattes) * [Boot2Docker](https://github.com/boot2docker/boot2docker) (docker for OSX and Windows) -- http://boot2docker.io/ +* [docker-vm](https://github.com/shyiko/docker-vm) (A simple and transparent alternative to boot2docker (backed by Vagrant)) * [Vessel](https://github.com/awvessel/vessel) (Vessel automates the setup & use of dockerized development environments) * [OctoHost](http://www.octohost.io/) (Simple web focused Docker based mini-PaaS server. git push to deploy your websites as needed) by [@octohost](https://github.com/octohost) * [Dokku](https://github.com/progrium/dokku) (Docker powered mini-Heroku in around 100 lines of Bash) by [@progrium](https://github.com/progrium)