Hint on making docker autostart

This commit is contained in:
Qiming Teng 2020-06-13 16:03:24 +08:00
parent 65b60d156e
commit d03e5d4e0f
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.