From 387239318b20aa91b98b450f1880be8597504534 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 6 Aug 2021 17:15:43 +0200 Subject: [PATCH] docsarchive: use "console" for shell examples This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn --- docsarchive.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsarchive.md b/docsarchive.md index 4d4713ee39..70730b89b7 100644 --- a/docsarchive.md +++ b/docsarchive.md @@ -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 ```