mirror of https://github.com/docker/docs.git
docsarchive: use "console" for shell examples
This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ae3b5b66f9
commit
387239318b
|
@ -21,6 +21,6 @@ you can still access that documentation in the following ways:
|
|||
- By running a container of the specific [tag for your documentation version](https://hub.docker.com/r/docs/docker.github.io)
|
||||
in Docker Hub. For example, run the following to access `v1.9`:
|
||||
|
||||
```bash
|
||||
docker run -it -p 4000:4000 docs/docker.github.io:v1.9
|
||||
```console
|
||||
$ docker run -it -p 4000:4000 docs/docker.github.io:v1.9
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue