[Unit] Description=Docker Application Container Engine Documentation=http://docs.docker.com After=network.target Wants=docker-latest-storage-setup.service Requires=rhel-push-plugin.socket [Service] Type=notify NotifyAccess=all EnvironmentFile=-/etc/sysconfig/docker-latest EnvironmentFile=-/etc/sysconfig/docker-latest-storage EnvironmentFile=-/etc/sysconfig/docker-latest-network Environment=GOTRACEBACK=crash ExecStart=/bin/sh -c '/usr/bin/docker-latest daemon \ --authorization-plugin=rhel-push-plugin \ --exec-opt native.cgroupdriver=systemd \ -g /var/lib/docker-latest \ $OPTIONS \ $DOCKER_STORAGE_OPTIONS \ $DOCKER_NETWORK_OPTIONS \ $ADD_REGISTRY \ $BLOCK_REGISTRY \ $INSECURE_REGISTRY \ 2>&1 | /usr/bin/forward-journald -tag docker-latest' LimitNOFILE=1048576 LimitNPROC=1048576 LimitCORE=infinity TimeoutStartSec=0 MountFlags=slave Restart=on-abnormal StandardOutput=null StandardError=null [Install] WantedBy=multi-user.target