mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
docker systemd file: type->notify, docs->https
This minimizes the changes we make to the official Docker systemd file.
This commit is contained in:
parent
29eb6020fb
commit
d074b5ba13
@ -1,10 +1,11 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Application Container Engine
|
Description=Docker Application Container Engine
|
||||||
Documentation=http://docs.docker.com
|
Documentation=https://docs.docker.com
|
||||||
After=network.target docker.socket
|
After=network.target docker.socket
|
||||||
Requires=docker.socket
|
Requires=docker.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=notify
|
||||||
EnvironmentFile={{ environment_file }}
|
EnvironmentFile={{ environment_file }}
|
||||||
ExecStart=/usr/bin/docker daemon -H fd:// "$DOCKER_OPTS"
|
ExecStart=/usr/bin/docker daemon -H fd:// "$DOCKER_OPTS"
|
||||||
MountFlags=slave
|
MountFlags=slave
|
||||||
@ -17,4 +18,3 @@ StartLimitInterval=0
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user