From 964d125ab23e0f4702dbcac4149063a70a0abfda Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Fri, 23 Aug 2019 11:09:54 +0100 Subject: [PATCH] Revert "Added build command explanation" (#9298) --- get-started/part2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/get-started/part2.md b/get-started/part2.md index 990c9762b8..1203ab1140 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -161,7 +161,6 @@ name using the `--tag` option. Use `-t` if you want to use the shorter option. ```shell docker build --tag=friendlyhello . ``` -The trailing .(dot) in the docker build command is to represent that the docker file is in the current directory. Where is your built image? It's in your machine's local Docker image registry: