Merge pull request #8975 from mohamedanees6/patch-1

Added build command explanation
This commit is contained in:
Dawn W 2019-08-22 15:15:16 -07:00 committed by GitHub
commit 1f35c9dbfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ 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: