Hint on making docker autostart
This commit is contained in:
@@ -182,6 +182,12 @@ systemctl restart docker
|
|||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
{{< /tabs >}}
|
{{< /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/)
|
Refer to the [official Docker installation guides](https://docs.docker.com/engine/installation/)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user