Skip to content

Commit 3872393

Browse files
committed
docsarchive: use "console" for shell examples
This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ae3b5b6 commit 3872393

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docsarchive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ you can still access that documentation in the following ways:
2121
- By running a container of the specific [tag for your documentation version](https://hub.docker.com/r/docs/docker.github.io)
2222
in Docker Hub. For example, run the following to access `v1.9`:
2323

24-
```bash
25-
docker run -it -p 4000:4000 docs/docker.github.io:v1.9
24+
```console
25+
$ docker run -it -p 4000:4000 docs/docker.github.io:v1.9
2626
```

0 commit comments

Comments
 (0)