880ac7d
[Unit]
880ac7d
Description=Docker Application Container Engine
880ac7d
Documentation=http://docs.docker.com
Antonio Murdaca da03f26
After=network.target docker-containerd.service
693f781
Wants=docker-storage-setup.service
80a6bea
Requires=docker-containerd.service rhel-push-plugin.socket registries.service
880ac7d
880ac7d
[Service]
880ac7d
Type=notify
80a6bea
EnvironmentFile=/run/containers/registries.conf
880ac7d
EnvironmentFile=-/etc/sysconfig/docker
880ac7d
EnvironmentFile=-/etc/sysconfig/docker-storage
880ac7d
EnvironmentFile=-/etc/sysconfig/docker-network
7123dea
Environment=GOTRACEBACK=crash
Antonio Murdaca f167e8c
ExecStart=/usr/bin/dockerd-current \
Antonio Murdaca e786f0c
          --add-runtime oci=/usr/libexec/docker/docker-runc-current \
Antonio Murdaca eae5d4c
          --default-runtime=oci \
Antonio Murdaca 87ad4e8
          --authorization-plugin=rhel-push-plugin \
Antonio Murdaca bce84ce
          --containerd /run/containerd.sock \
e4b2e3c
          --exec-opt native.cgroupdriver=systemd \
Antonio Murdaca 72059e1
          --userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
Antonio Murdaca 5175439
          --init-path=/usr/libexec/docker/docker-init-current \
e925630
          --seccomp-profile=/etc/docker/seccomp.json \
880ac7d
          $OPTIONS \
880ac7d
          $DOCKER_STORAGE_OPTIONS \
880ac7d
          $DOCKER_NETWORK_OPTIONS \
Antonio Murdaca e786f0c
          $ADD_REGISTRY \
Antonio Murdaca e786f0c
          $BLOCK_REGISTRY \
80a6bea
          $INSECURE_REGISTRY \
957fa27
          $REGISTRIES
Antonio Murdaca ee04cc7
ExecReload=/bin/kill -s HUP $MAINPID
Antonio Murdaca cb9766e
TasksMax=8192
880ac7d
LimitNOFILE=1048576
880ac7d
LimitNPROC=1048576
880ac7d
LimitCORE=infinity
46c4574
TimeoutStartSec=0
df88396
Restart=on-abnormal
Frantisek Kluknavsky 43c5b37
KillMode=process
880ac7d
880ac7d
[Install]
880ac7d
WantedBy=multi-user.target