diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 45cd4942c4..5904c39fb5 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -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.