From c5c84b84a4bd6584d865c7222c96e2a65a05b0fc Mon Sep 17 00:00:00 2001 From: Yonghye Kwon Date: Mon, 29 Aug 2022 23:35:50 +0900 Subject: [PATCH] add start command to run docker image --- engine/install/ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/install/ubuntu.md b/engine/install/ubuntu.md index d84610e2b6..1ee5454d9c 100644 --- a/engine/install/ubuntu.md +++ b/engine/install/ubuntu.md @@ -154,6 +154,7 @@ from the repository. image. ```console + $ sudo service docker start $ sudo docker run hello-world ```