scottslowe-learning-tools/ansible/src-dst-list/docker-socket.conf
Scott Lowe 01b4b6138c
Add environment for Ansible "with_items" testing
Add environment that uses more complex lists with the Ansible "with_items" construct

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-03-07 13:35:01 -07:00

13 lines
489 B
Text

[Service]
ExecStart=
ExecStart=/usr/bin/dockerd-current -H fd:// \
--add-runtime docker-runc=/usr/libexec/docker/docker-runc-current \
--default-runtime=docker-runc \
--exec-opt native.cgroupdriver=systemd \
--userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
$OPTIONS \
$DOCKER_STORAGE_OPTIONS \
$DOCKER_NETWORK_OPTIONS \
$ADD_REGISTRY \
$BLOCK_REGISTRY \
$INSECURE_REGISTRY