Adding Article: Metal

This commit is contained in:
Julien Bisconti 2014-12-19 08:02:43 +01:00
parent 675cd66057
commit 2fa5da86d2

View File

@ -19,6 +19,7 @@ This list is not exhaustive, contribute to make it so: add your docker resource
* [Main Resources](#main-resources)
* [General Articles](#general-articles)
* [Deep Dive](#deep-dive)
* [Metal](#metal)
* [Multi-Server](#multi-server)
* [Good Tips](#good-tips)
* [Optimizing Images](#optimizing-images)
@ -75,6 +76,9 @@ This list is not exhaustive, contribute to make it so: add your docker resource
* [Creating containers - Part 1](http://crosbymichael.com/creating-containers-part-1.html) This is part one of a series of blog posts detailing how docker creates containers. By [@crosbymichael](https://github.com/crosbymichael)
* [Data-only container madness](http://container42.com/2014/11/18/data-only-container-madness/)
## Metal
* [How to use Docker on Full Metal](http://blog.bigstep.com/big-data-performance/use-docker-full-metal-cloud/)
## 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)