Skip to content

Commit

Permalink
Show hidden files when calling ls
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Dec 17, 2024
1 parent 61eded7 commit 2acf714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/shared/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/src/shared/use_the_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2acf714

Please sign in to comment.