From aa7436f3ba339dae3ed68f7ab371aaa5ad18ecd5 Mon Sep 17 00:00:00 2001 From: mohamedazimal27 <38274097+mohamedazimal27@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:10:47 +0530 Subject: [PATCH] Update ubuntu.md docker service start command included --- content/manuals/engine/install/ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index 94027a89a49..a9086bc7fdd 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -176,6 +176,7 @@ Docker from the repository. 3. Verify that the installation is successful by running the `hello-world` image: ```console + $ sudo service docker start $ sudo docker run hello-world ```