Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:docker [2015-06-15 12:24] becki |
becki:linux:docker [2018-01-22 12:53] (aktuell) becki |
||
---|---|---|---|
Zeile 2: | Zeile 2: | ||
===== Setup == | ===== Setup == | ||
- | Install first [[slackbuilds>google-go-lang]] and then [[slackbuilds>docker]] (1.6.0) from slackbuilds. Then, according to slackbuild package: | + | Dependencies in Slackbuilds for docker-17.09.1 2018-01-11: |
+ | |||
+ | {{{ | ||
+ | docker | ||
+ | containerd | ||
+ | runc | ||
+ | google-go-lang | ||
+ | libseccomp | ||
+ | tini | ||
+ | docker-proxy | ||
+ | google-go-lang | ||
+ | }}} | ||
+ | |||
+ | |||
+ | After install, according to the slackbuild package: | ||
<code bash> | <code bash> | ||
Zeile 27: | Zeile 41: | ||
Docker client and server share the same binary. | Docker client and server share the same binary. | ||
+ | |||
+ | Docker works fine in Slackware 14.2 with Generic Kernel not with Huge Kernel.(([[http://www.linuxquestions.org/questions/slackware-14/docker-in-slackware-14-2-stable-error-initializing-graphdriver-error-running-devicecreate-createpool-dm_task_run-failed-4175583836-print/|User qlands in linuxquestions]])). Made the same experience --- 2017-02-02 | ||
===== Config == | ===== Config == | ||
Config file for the daemon is ''/etc/default/docker''. This file is sourced by ''/etc/rc.d/rc.docker''. | Config file for the daemon is ''/etc/default/docker''. This file is sourced by ''/etc/rc.d/rc.docker''. | ||
- | |||
- | :!: Take care, the latter provides a the configuration variable ''DOCKER_OPTS'' as well. But any options there are overwritten if ''/etc/default/docker'' exists. | ||
Default data (images usw) directory is ''/var/lib/docker''. This can be changed with ''--graph'' option in ''/etc/default/docker''. | Default data (images usw) directory is ''/var/lib/docker''. This can be changed with ''--graph'' option in ''/etc/default/docker''. |