Merge pull request #21705 from tengqm/docker-auto-start

Hint on making docker autostart
pull/20874/head
Kubernetes Prow Robot 2020-06-13 11:33:55 -07:00 committed by GitHub
commit c035bfae8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -182,6 +182,12 @@ systemctl restart docker
{{% /tab %}}
{{< /tabs >}}
If you want the docker service to start on boot, run the following command:
```shell
sudo systemctl enable docker
```
Refer to the [official Docker installation guides](https://docs.docker.com/engine/installation/)
for more information.