scottslowe-learning-tools/centos-atomic/docker-tcp/docker-socket.conf

14 lines
489 B
Text
Raw Permalink Normal View History

[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