Fix mistakes in tag names in README (#5625)

This commit is contained in:
Misty Stanley-Jones 2017-12-27 00:11:59 -08:00 committed by GitHub
parent 6051302b4d
commit ec1a8b20c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -341,8 +341,8 @@ is archived into a version-specific branch like `v17.09`, by doing the following
5. Make sure the archive builds.
```bash
$ docker build -t docker build -t docker.github.io/docs:v17.09 .
$ docker run --rm -it -p 4000:4000 docker.github.io/docs:v17.09
$ docker build -t docker build -t docs/docker.github.io:v17.09 .
$ docker run --rm -it -p 4000:4000 docs/docker.github.io:v17.09
```
After the `docker run` command, browse to `http://localhost:4000/` and