Docker #4 : Build Docker from sources

Posted on Sun 08 June 2014 in misc • Tagged with Docker, Ubuntu

image0Docker is still in developpement. I'm experiencing bug #4068 which been corrected on master but not else in Ubuntu 14.04 packages. I will build Docker from sources with... Docker itself.

Prepare environnement

First, we must install Docker and git on our system, link binary named docker.io to /usr …


Continue reading

Docker #3 : Commandes utiles

Posted on Sat 07 June 2014 in misc • Tagged with Docker

image0Voici quelques commandes très utiles pour démarrer avec Docker. La commande que j'utilise est docker.io parce que dans Debian et Ubuntu la commande docker était déjà prise.

Supprimer tous les containers avec leurs volumes (attention)

sudo docker.io rm -f -v `sudo docker.io ps -a -q`

Supprimer toutes …


Continue reading

Docker #2 : Plone

Posted on Sat 07 June 2014 in misc • Tagged with Debian, Docker

image0    This recipe is about Plone deployement for developement and production with Docker and Buildout. I will write two DockerFile, first one provide a great python environnement and second one which deploy a Plone instance with iuem.sequestre. iuem.sequestre is a numeric vault to store secrets. It's a Plone addon …


Continue reading

Docker #1 : un simple Dockerfile

Posted on Sat 05 April 2014 in misc • Tagged with Debian, Docker, RabbitMQ

image0Docker permet d'industrialiser la mise en place de conteneurs applicatifs (basés sur lxc). Le but est la mise en place d'environnements de développement ou de SaaS (Software as a Service). L'un des avantages de Docker, est la construction des containers eux même. Ceux ci sont gérés sous forme de couche …


Continue reading