diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index 295bc5c1f7cb..6a91cc9bcc22 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -176,7 +176,7 @@ Docker from the repository. `hello-world` image. ```console - $ sudo docker run hello-world + $ sudo docker run --rm hello-world ``` This command downloads a test image and runs it in a container. When the