docker: using dockerd instead of docker daemon
This commit is contained in:
parent
fc68a5b5fd
commit
45aca56a3a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Environment=GOTRACEBACK=crash
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
Delegate=yes
|
Delegate=yes
|
||||||
KillMode=process
|
KillMode=process
|
||||||
ExecStart={{ docker_bin_dir }}/docker daemon \
|
ExecStart={{ docker_bin_dir }}/dockerd \
|
||||||
$DOCKER_OPTS \
|
$DOCKER_OPTS \
|
||||||
$DOCKER_STORAGE_OPTIONS \
|
$DOCKER_STORAGE_OPTIONS \
|
||||||
$DOCKER_NETWORK_OPTIONS \
|
$DOCKER_NETWORK_OPTIONS \
|
||||||
|
|
Loading…
Reference in a new issue