Grammar fix

This commit is contained in:
Jason Swank 2023-03-22 01:17:42 -04:00
parent d4c865f311
commit 3e55892c89

View File

@ -26,7 +26,7 @@ the [Dockerfile](Dockerfile) and [ctx/](ctx) for the specifics.
- A few personal preferences are enabled via dotfiles.
A helper script, using [casey/just](https://github.com/casey/just') is in [bin/cli](bin/cli).
It can be used to quickly start an ephemeral (or persistent) containers.
It can be used to quickly start an ephemeral (or persistent) container.
```console
$ bin/cli --list
@ -50,7 +50,7 @@ $ podman cp foo.json cli:/home/cli
$ bin/cli persist
~ $ ls
foo.json
~ $
~ $ ^D
exit
```