Revert "Added build command explanation" (#9298)

This commit is contained in:
Usha Mandya 2019-08-23 11:09:54 +01:00 committed by Olly P
parent 7a0091f9c2
commit 964d125ab2
1 changed files with 0 additions and 1 deletions

View File

@ -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: