Docker provides a facility to easily create images based on a
recipe-like "Dockerfile". After the image is built using the docker build
command, it can be run as a container and also be distributed
using the public or a private docker registry.
While using the build command is easy enough ...
2013-11-23 | docker
based on dokku v0.2.0-RC1-25-g698e5e5
Dokku markets itself as "Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen" which pretty much describes what it is about.
The project uses Docker, Buildstep, ssh-command, pluginhook, ssh, git, nginx and some bash-glue to provide you with a ...