diff --git a/docs/src/shared/download.md b/docs/src/shared/download.md index 4a36f31..59421a2 100644 --- a/docs/src/shared/download.md +++ b/docs/src/shared/download.md @@ -16,7 +16,7 @@ For this example, we're using a pre-built <%= tutorial_type %> application. Down Verify you're in the correct directory: ``` -:::>> $ ls +:::>> $ ls -A ``` This tutorial was built using the following commit SHA: diff --git a/docs/src/shared/use_the_image.md b/docs/src/shared/use_the_image.md index 23d4cd2..edb21f7 100644 --- a/docs/src/shared/use_the_image.md +++ b/docs/src/shared/use_the_image.md @@ -45,8 +45,8 @@ $ docker run -it --rm my-image-name bash Now you can inspect the container interactively. For example, you can see the files on disk with `ls`: ``` -$ ls -:::-> $ docker run --rm my-image-name ls +:::>> print.text $ ls -A +:::-> $ docker run --rm my-image-name "ls -A" ``` And anything else you would typically do via an interactive container session.