forked from ISTI-ansible-roles/ansible-roles
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
|
[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
|