hughesjr / rpms / docker

Forked from rpms/docker 4 years ago
Clone

Blame SOURCES/docker.service

b28b51
[Unit]
b28b51
Description=Docker Application Container Engine
a2b5ed
Documentation=http://docs.docker.com
0b9b00
After=network.target rhel-push-plugin.service registries.service
275132
Wants=docker-storage-setup.service
0b9b00
Requires=rhel-push-plugin.service registries.service
478cdc
Requires=docker-cleanup.timer
b28b51
b28b51
[Service]
b28b51
Type=notify
4b977e
NotifyAccess=main
037cc3
EnvironmentFile=-/run/containers/registries.conf
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 \
0b9b00
          --authorization-plugin=rhel-push-plugin \
3ae847
          --exec-opt native.cgroupdriver=systemd \
cc6bf7
          --userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
92d3dc
          --init-path=/usr/libexec/docker/docker-init-current \
405470
          --seccomp-profile=/etc/docker/seccomp.json \
3ae847
          $OPTIONS \
b215bf
          $DOCKER_STORAGE_OPTIONS \
b215bf
          $DOCKER_NETWORK_OPTIONS \
b215bf
          $ADD_REGISTRY \
b215bf
          $BLOCK_REGISTRY \
405470
          $INSECURE_REGISTRY \
037cc3
	  $REGISTRIES
cc6bf7
ExecReload=/bin/kill -s HUP $MAINPID
b28b51
LimitNOFILE=1048576
b28b51
LimitNPROC=1048576
f0cb50
LimitCORE=infinity
26b193
TimeoutStartSec=0
78f495
Restart=on-abnormal
037cc3
KillMode=process
b28b51
b28b51
[Install]
b28b51
WantedBy=multi-user.target