From 3670ad36a69852aa11b672d50f2f304d1170215e Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Thu, 16 Mar 2023 12:25:32 -0400 Subject: [PATCH] Update doc --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d024173..844b4ab 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ images. $ docker run -ti --rm ghcr.io/jswank/alpine-cli ~ $ ^D exit + +$ bin/cli --list +Available recipes: + clean # remove the persistent image + default # run + persist # run (or attach to) a perisent container {{n}} + run # run a temporary container based on {{image}} + ``` A script, using [casey/just](https://github.com/casey/just') is in [bin/cli](bin/cli).