ansible-roles/library/centos/roles/docker/files/docker-tcp-override.conf

13 lines
368 B
Plaintext
Raw Normal View History

2019-05-15 01:22:27 +02:00
[Service]
ExecStart=
ExecStart=/usr/bin/docker-current daemon \
--exec-opt native.cgroupdriver=systemd \
-H tcp://0.0.0.0:2375 \
-H unix:///var/run/docker.sock \
$OPTIONS \
$DOCKER_STORAGE_OPTIONS \
$DOCKER_NETWORK_OPTIONS \
$ADD_REGISTRY \
$BLOCK_REGISTRY \
$INSECURE_REGISTRY