Merge pull request #10771 from flavienbwk/master

Auto-restart of Docker rootless on boot requires an additional command
This commit is contained in:
Stefan Scherer 2020-05-08 07:36:33 +02:00 committed by GitHub
commit 1afc58ea2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -167,9 +167,10 @@ Use `systemctl --user` to manage the lifecycle of the daemon:
$ systemctl --user start docker
```
To launch the daemon on system startup, enable systemd lingering:
To launch the daemon on system startup, enable the systemd service and lingering:
```console
$ systemctl --user enable docker
$ sudo loginctl enable-linger $(whoami)
```