Merge pull request #21705 from tengqm/docker-auto-start
Hint on making docker autostartpull/20874/head
commit
c035bfae8b
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue