mirror of https://github.com/docker/docs.git
parent
48f1f64636
commit
77e1c3d700
|
@ -158,8 +158,7 @@ Dockerfile app.py requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Now run the build command. This creates a Docker image, which we're going to
|
Now run the build command. This creates a Docker image, which we're going to
|
||||||
name using the `-t`/`--tag` option, so it has a human-friendly name rather than
|
name using the `--tag` option. Use `-t` if you want to use the a shorter option.
|
||||||
just an ID.
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker build --tag=friendlyhello .
|
docker build --tag=friendlyhello .
|
||||||
|
|
Loading…
Reference in New Issue