mirror of https://github.com/docker/docs.git
Revert "Added build command explanation" (#9298)
This commit is contained in:
parent
7a0091f9c2
commit
964d125ab2
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue