Go to file
Jason Swank bd3b013b07 Revert "refactor secrets management"
This reverts commit 657599b6a8.
2023-02-27 15:24:22 -05:00
ctx/home initial revision 2023-02-27 13:33:28 -05:00
.build.yml Revert "refactor secrets management" 2023-02-27 15:24:22 -05:00
Dockerfile initial revision 2023-02-27 13:33:28 -05:00
justfile Silence some aspects of the justfile 2023-02-27 15:16:02 -05:00
LICENSE initial revision 2023-02-27 13:33:28 -05:00
NOTICE initial revision 2023-02-27 13:33:28 -05:00
README.md initial revision 2023-02-27 13:33:28 -05:00

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

$ docker run -ti --rm ghcr.io/jswank/alpine-cli
~ $ ^D
exit

$ just
~ $ ^D
exit