Blame SOURCES/docker.service

b28b51
[Unit]
b28b51
Description=Docker Application Container Engine
a2b5ed
Documentation=http://docs.docker.com
638b7f
After=network.target
275132
Wants=docker-storage-setup.service
478cdc
Requires=rhel-push-plugin.socket
478cdc
Requires=docker-cleanup.timer
b28b51
b28b51
[Service]
b28b51
Type=notify
26b193
NotifyAccess=all
b28b51
EnvironmentFile=-/etc/sysconfig/docker
d9c15b
EnvironmentFile=-/etc/sysconfig/docker-storage
b215bf
EnvironmentFile=-/etc/sysconfig/docker-network
d3ef29
Environment=GOTRACEBACK=crash
cc6bf7
Environment=DOCKER_HTTP_HOST_COMPAT=1
cc6bf7
Environment=PATH=/usr/libexec/docker:/usr/bin:/usr/sbin
cc6bf7
ExecStart=/usr/bin/dockerd-current \
cc6bf7
          --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current \
cc6bf7
          --default-runtime=docker-runc \
478cdc
          --authorization-plugin=rhel-push-plugin \
3ae847
          --exec-opt native.cgroupdriver=systemd \
cc6bf7
          --userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
3ae847
          $OPTIONS \
b215bf
          $DOCKER_STORAGE_OPTIONS \
b215bf
          $DOCKER_NETWORK_OPTIONS \
b215bf
          $ADD_REGISTRY \
b215bf
          $BLOCK_REGISTRY \
f015fc
          $INSECURE_REGISTRY
cc6bf7
ExecReload=/bin/kill -s HUP $MAINPID
b28b51
LimitNOFILE=1048576
b28b51
LimitNPROC=1048576
f0cb50
LimitCORE=infinity
26b193
TimeoutStartSec=0
78f495
Restart=on-abnormal
cc6bf7
MountFlags=slave
b28b51
b28b51
[Install]
b28b51
WantedBy=multi-user.target