From b45343701b07ad1a523b6bb157179c4423843933 Mon Sep 17 00:00:00 2001 From: "Jakub T. Jankiewicz" Date: Wed, 30 Oct 2024 21:31:19 +0100 Subject: [PATCH] engine: enable docker service after installation on fedora --- content/manuals/engine/install/fedora.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/manuals/engine/install/fedora.md b/content/manuals/engine/install/fedora.md index 4c2f4c5f45..de2399515a 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -191,7 +191,13 @@ download a new file each time you want to upgrade Docker Engine. $ sudo systemctl start docker ``` -4. Verify that the Docker Engine installation is successful by running the +4. Make Docker start automatically after reboot. + + ```console + $ sudo systemctl enable docker + ``` + +5. Verify that the Docker Engine installation is successful by running the `hello-world` image. ```console