update direnv setup
This commit is contained in:
11
README.md
11
README.md
@@ -23,9 +23,8 @@ exit
|
||||
|
||||
## More Info
|
||||
|
||||
The image is based on *alpine:3*, with a small amount of additional
|
||||
setup/installation done. See the [Dockerfile](Dockerfile) and [ctx/home](ctx)
|
||||
for the specifics.
|
||||
The image is based on *alpine:3* with a small amount of additional setup/installation.
|
||||
See the [Dockerfile](Dockerfile) and [ctx/home](ctx) for the specifics.
|
||||
|
||||
- Some basic utilities are installed for interative and script-based shell usage
|
||||
- A user is created with sudo (`-u root`) access.
|
||||
@@ -38,9 +37,9 @@ See ghcr.io/jswank/alpine-cli for current available images.
|
||||
|
||||
## Helper Script
|
||||
|
||||
A helper script, using [casey/just](https://github.com/casey/just') is in
|
||||
[bin/cli](bin/cli). It can be used to quickly start an ephemeral (or
|
||||
persistent) container.
|
||||
[bin/cli](./bin/cli) is a helper script using
|
||||
[casey/just](https://github.com/casey/just'). It can be used to quickly start an
|
||||
ephemeral (or persistent) container.
|
||||
|
||||
```console
|
||||
$ bin/cli help
|
||||
|
||||
Reference in New Issue
Block a user