Allow to specify docker storage driver

This commit is contained in:
Alexander Block
2016-12-07 17:18:41 +01:00
parent 7897c34ba3
commit c3ec3ff902
2 changed files with 7 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ Wants=docker.socket
[Service]
Type=notify
{% if docker_storage_options is defined %}
Environment="DOCKER_STORAGE_OPTIONS={{docker_storage_options}}"
{% endif %}
Environment=GOTRACEBACK=crash
ExecReload=/bin/kill -s HUP $MAINPID
Delegate=yes