On Github zaiste / docker-krk-14-02
Kraków DevOps Meetup #3 - Docker
February 26, 2014 @zaisteopen-source abstraction that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run everywhere
docker run -name nukomeet-com-data \ -v /srv/www/nukomeet.com:/data ubuntu true
docker run -volumes-from nukomeet-com-data git-clone https://github.com/nukomeet/nukomeet.com.git
docker run -volumes-from nukomeet-com-data nanoc-compile
docker run -d -name mongodb zaiste/mongodb
docker run -t -i -link mongodb:db -name webapp ubuntu bash
Website / GitHub / Google Group / IRC #docker