Docker.io Howto
From Cactus Howto
Jump to navigationJump to search
Beispiel auf Ubuntu 14.04.1 System:
itsecorg@pbuilder:~$ sudo aptitude install docker.io
Set proxy for docker:
itsecorg@pbuilder:~$ grep http_proxy /etc/default/docker.io export http_proxy="http://proxy.int.cactus.de:8080/" sudo service docker.io restart
Search and install images:
sudo docker search ubuntu | grep OK sudo docker pull busybox