Archived
1
0
Fork 0

services: docker: Make shepherd service require "networking".

Fixes <https://bugs.gnu.org/34333>.

* gnu/services/docker.scm (docker-shepherd-service): Require "networking".
This commit is contained in:
Danny Milosavljevic 2019-02-11 11:44:04 +01:00
parent 4a14ee9127
commit 268e12a894
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -77,7 +77,7 @@
file-system-/sys/fs/cgroup/devices file-system-/sys/fs/cgroup/devices
file-system-/sys/fs/cgroup/memory file-system-/sys/fs/cgroup/memory
; TODO: file-system-/sys/fs/cgroup/pids ; TODO: file-system-/sys/fs/cgroup/pids
)) networking))
(start #~(make-forkexec-constructor (start #~(make-forkexec-constructor
(list (string-append #$docker "/bin/dockerd") (list (string-append #$docker "/bin/dockerd")
"-p" "/var/run/docker.pid") "-p" "/var/run/docker.pid")