mirror of https://github.com/docker/docs.git
Merge pull request #8050 from stuartcrobinson/patch-1
typo in "Get Started, Part 2": extraneous 'a'
This commit is contained in:
commit
1d2ee7a317
|
|
@ -156,7 +156,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 `--tag` option. Use `-t` if you want to use the a shorter option.
|
name using the `--tag` option. Use `-t` if you want to use the shorter option.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker build --tag=friendlyhello .
|
docker build --tag=friendlyhello .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue