Docker.io Howto

From Cactus Howto
Revision as of 12:12, 14 November 2014 by Tim (talk | contribs) (Die Seite wurde neu angelegt: „Beispiel auf Ubuntu 14.04.1 System: itsecorg@pbuilder:~$ sudo aptitude install docker.io Set proxy for docker: itsecorg@pbuilder:~$ grep http_proxy /etc/def…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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