alpine-cli/README.md
2023-02-27 13:33:28 -05:00

18 lines
289 B
Markdown

# alpine-cli
A minimal image for running Linux CLI utilities - shell scripts and similar.
This is useful for both interactive purposes or as the basis for other utility
images.
## Quickstart
```console
$ docker run -ti --rm ghcr.io/jswank/alpine-cli
~ $ ^D
exit
$ just
~ $ ^D
exit
```