Installation d’un docker avec Raspberry PI2 http://blog.xebia.com/2014/08/25/docker-on-a-raspberry-pi/ https://www.homegear.eu/index.php/Downloads http://blog.hypriot.com/downloads/ ArchLinux Mise à jour pacman -Syu Infos Système pacman -Qi systemd Installation Impossible de lancer docker, avec différentes image de ArchLinux. Erreurs diverses suivant les images Error response from daemon: Cannot …

Raspberry Pi2 docker Read more »

Installation de Docker avec Yosemite Shell http://nevesparrottino.com/install-docker-yosemite/ export DOCKER_TLS_VERIFY=1 export DOCKER_HOST=tcp://192.168.59.103:2376 export DOCKER_CERT_PATH=$HOME/.boot2docker/certs/boot2docker-vm launchctl setenv DOCKER_TLS_VERIFY $DOCKER_TLS_VERIFY launchctl setenv DOCKER_HOST $DOCKER_HOST Kitematic Installation de Kitematic : https://kitematic.com/ Kitematic installe au besoin Virtualbox et la machine virtuelle qui hébergera le moteur docker. …

Installation Docker Yosemite Read more »