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 ```