From fb57cc75123947fb1b1d0ed2e32a6465b6a7e4ee Mon Sep 17 00:00:00 2001 From: Lee Date: Mon, 26 Jun 2023 11:19:37 +0000 Subject: [PATCH] Update docker.md --- docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker.md b/docker.md index 3c95865..2c1e72c 100644 --- a/docker.md +++ b/docker.md @@ -35,6 +35,9 @@ This command downloads the Docker installation script and pipes it to the bash s docker --version ``` + +test + This command displays the version of Docker installed on your system. You should see an output similar to the following: ``` ➜ ~ docker --version