|
|
a4e823 |
[Unit]
|
|
|
a4e823 |
Description=Docker Application Container Engine
|
|
|
a4e823 |
Documentation=http://docs.docker.com
|
|
|
74b9a9 |
After=network.target rhel-push-plugin.socket registries.service
|
|
|
a4e823 |
Wants=docker-latest-storage-setup.service
|
|
|
74b9a9 |
Requires=rhel-push-plugin.socket registries.service
|
|
|
a4e823 |
|
|
|
a4e823 |
[Service]
|
|
|
a4e823 |
Type=notify
|
|
|
a4e823 |
NotifyAccess=all
|
|
|
aa6dcf |
EnvironmentFile=-/run/containers/registries.conf
|
|
|
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 \
|
|
|
74b9a9 |
--authorization-plugin=rhel-push-plugin \
|
|
|
a4e823 |
--exec-opt native.cgroupdriver=systemd \
|
|
|
7dff9a |
--userland-proxy-path=/usr/libexec/docker/docker-proxy-latest \
|
|
|
74b9a9 |
--init-path=/usr/libexec/docker/docker-init-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 \
|
|
|
aa6dcf |
$INSECURE_REGISTRY \
|
|
|
aa6dcf |
$REGISTRIES
|
|
|
8c1a8e |
ExecReload=/bin/kill -s HUP $MAINPID
|
|
|
a4e823 |
LimitNOFILE=1048576
|
|
|
a4e823 |
LimitNPROC=1048576
|
|
|
a4e823 |
LimitCORE=infinity
|
|
|
a4e823 |
TimeoutStartSec=0
|
|
|
a4e823 |
Restart=on-abnormal
|
|
|
4409c9 |
KillMode=process
|
|
|
a4e823 |
|
|
|
a4e823 |
[Install]
|
|
|
a4e823 |
WantedBy=multi-user.target
|