Merge pull request #15 from cglewis/patch-1

add blimp : moving containers to other host
This commit is contained in:
Julien Bisconti 2014-12-15 07:57:17 +01:00
commit a823e81cd2

View File

@ -77,6 +77,7 @@ This list is not exhaustive, contribute to make it so: add your docker resource
## Multi-Server
* [Using Fig and Flocker to build, test, deploy and migrate multi-server Dockerized apps](https://clusterhq.com/blog/fig-flocker-multi-server-docker-apps/)
* [blimp](https://github.com/tubesandlube/blimp) Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more. By [@defermat](https://github.com/defermat) and [@schvin](https://github.com/schvin)
## Good Tips
* [GUI Apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by [@fgrehm](https://github.com/fgrehm)