Blame SOURCES/docker-latest.service

a4e823
[Unit]
a4e823
Description=Docker Application Container Engine
a4e823
Documentation=http://docs.docker.com
6a04cf
After=network.target rhel-push-plugin.socket
a4e823
Wants=docker-latest-storage-setup.service
6a04cf
Requires=rhel-push-plugin.socket
a4e823
a4e823
[Service]
a4e823
Type=notify
a4e823
NotifyAccess=all
a4e823
EnvironmentFile=-/etc/sysconfig/docker-latest
a4e823
EnvironmentFile=-/etc/sysconfig/docker-latest-storage
a4e823
EnvironmentFile=-/etc/sysconfig/docker-latest-network
a4e823
Environment=GOTRACEBACK=crash
8c1a8e
Environment=DOCKER_HTTP_HOST_COMPAT=1
8c1a8e
Environment=PATH=/usr/libexec/docker:/usr/bin:/usr/sbin
8c1a8e
ExecStart=/usr/bin/dockerd-latest \
7dff9a
          --add-runtime docker-runc=/usr/libexec/docker/docker-runc-latest \
8c1a8e
          --default-runtime=docker-runc \
6a04cf
          --authorization-plugin=rhel-push-plugin \
a4e823
          --exec-opt native.cgroupdriver=systemd \
7dff9a
          --userland-proxy-path=/usr/libexec/docker/docker-proxy-latest \
b4f0f2
          --seccomp-profile=/etc/docker-latest/seccomp.json \
b4f0f2
          --config-file=/etc/docker-latest/daemon.json \
a4e823
          -g /var/lib/docker-latest \
a4e823
          $OPTIONS \
a4e823
          $DOCKER_STORAGE_OPTIONS \
a4e823
          $DOCKER_NETWORK_OPTIONS \
a4e823
          $ADD_REGISTRY \
a4e823
          $BLOCK_REGISTRY \
c9fa94
          $INSECURE_REGISTRY
8c1a8e
ExecReload=/bin/kill -s HUP $MAINPID
a4e823
LimitNOFILE=1048576
a4e823
LimitNPROC=1048576
a4e823
LimitCORE=infinity
a4e823
TimeoutStartSec=0
a4e823
Restart=on-abnormal
8c1a8e
MountFlags=slave
4409c9
KillMode=process
a4e823
a4e823
[Install]
a4e823
WantedBy=multi-user.target