mirror of https://github.com/docker/docs.git
Merge pull request #1499 from chantra/debian_systemd_enabled
[debian] Make enabling docker service work
This commit is contained in:
commit
1fceba1554
|
@ -172,6 +172,9 @@ MountFlags=slave
|
|||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
||||
LimitCORE=infinity
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
`
|
||||
t, err := template.New("engineConfig").Parse(engineConfigTmpl)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue