mirror of https://github.com/docker/docs.git
Fix mistakes in tag names in README (#5625)
This commit is contained in:
parent
6051302b4d
commit
ec1a8b20c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue