Skip to content
Snippets Groups Projects
Commit dc6f7579 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Missing ExecStart in docker.service"

parents 18214d95 88684547
No related branches found
No related tags found
No related merge requests found
...@@ -102,12 +102,14 @@ section: ...@@ -102,12 +102,14 @@ section:
[Service] [Service]
MountFlags=shared MountFlags=shared
EnvironmentFile=/etc/sysconfig/docker EnvironmentFile=/etc/sysconfig/docker
ExecStart=
ExecStart=/usr/bin/docker daemon $INSECURE_REGISTRY ExecStart=/usr/bin/docker daemon $INSECURE_REGISTRY
# Ubuntu # Ubuntu
[Service] [Service]
MountFlags=shared MountFlags=shared
EnvironmentFile=-/etc/default/docker EnvironmentFile=-/etc/default/docker
ExecStart=
ExecStart=/usr/bin/docker daemon -H fd:// $DOCKER_OPTS ExecStart=/usr/bin/docker daemon -H fd:// $DOCKER_OPTS
Restart Docker by executing the following commands: Restart Docker by executing the following commands:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment