mirror of https://github.com/docker/docs.git
Merge pull request #8975 from mohamedanees6/patch-1
Added build command explanation
This commit is contained in:
commit
1f35c9dbfe
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue