Skip to content
Snippets Groups Projects
Commit 7b5e5591 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Remove -H fd:// for docker.service in the baremetal role

Change-Id: I9232c10448773410a9b7cf932f68696d69bd0462
Closes-Bug: #1651816
parent 6a8a9f7b
No related branches found
No related tags found
No related merge requests found
[Service] [Service]
MountFlags=shared MountFlags=shared
ExecStart= ExecStart=
ExecStart=/usr/bin/docker daemon \ ExecStart=/usr/bin/docker daemon{% if docker_registry %} --insecure-registry {{ docker_registry }}{% endif %}{% if docker_storage_driver %} --storage-driver {{ docker_storage_driver }}{% endif %}
{% if docker_registry %}
--insecure-registry {{ docker_registry }} \
{% endif %}
{% if docker_storage_driver %}
--storage-driver={{ docker_storage_driver }}
{% endif %}
-H fd://
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