Update doc

This commit is contained in:
Jason Swank 2023-03-16 12:30:52 -04:00
parent 007e667c5b
commit 34aab248f7

View File

@ -41,3 +41,9 @@ foo.json
~ $
exit
```
Bonus - the same script can be used to start other containers:
```console
$ bin/cli image=alpine:edge
/ # ^D
```