initial revision

This commit is contained in:
Jason Swank
2023-02-27 13:33:28 -05:00
commit 9965cf9dfc
7 changed files with 84 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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
```