scottslowe-learning-tools/centos-atomic/docker-tcp-ansible/docker-socket.conf
Scott Lowe 1c0b86e308
Add environment for using Ansible to customize Atomic Host
Add Vagrant environment that demonstrates using Ansible to customize Docker Engine on Atomic Host.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-03-01 08:00:09 -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