Missing ExecStart in docker.service
docker.service requires extra ExecStart to clear "settings" Change-Id: Ica9b8b5f7f57e1c8c87adc62df766c101bb03d2b
This commit is contained in:
parent
e972a45d99
commit
88684547e7
@ -102,12 +102,14 @@ section:
|
||||
[Service]
|
||||
MountFlags=shared
|
||||
EnvironmentFile=/etc/sysconfig/docker
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/docker daemon $INSECURE_REGISTRY
|
||||
|
||||
# Ubuntu
|
||||
[Service]
|
||||
MountFlags=shared
|
||||
EnvironmentFile=-/etc/default/docker
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/docker daemon -H fd:// $DOCKER_OPTS
|
||||
|
||||
Restart Docker by executing the following commands:
|
||||
|
Loading…
x
Reference in New Issue
Block a user