A dockerized nushell instance.
- enters nu on start
- ca-certificates are installed (required for ssl)
Dependencies:
The alpine
and debian-slim
variant are available in the
GitHub container registry:
- alpine:
docker run --rm -it ghcr.io/jan9103/nushell:alpine
- debian-slim:
docker run --rm -it ghcr.io/jan9103/nushell:debian-slim
Dependencies:
- go to the directory of the version you would like to build
- run
make build
- go to the directory of the version you would like to build
- copy a version of the
nu
binary to the directory - run
docker build -t nushell:VARIANT .
docker run --rm -it nushell:VARIANT
.
Example: docker run --rm -it nushell:debian-slim
.
debian-slim
is recommended for the average user.
Name | base-image | nu-version | image size |
---|---|---|---|
alpine |
alpine:latest |
latest, linux-musl | 76.3MB |
busybox |
busybox:stable |
latest, linux-musl | 72.3MB |
debian-slim |
debian:slim |
latest, linux-gnu | 154MB |
gentoo-stage3 |
gentoo/stage3:latest |
latest, linux-gnu | 268MB |
tinycore |
tdshi/tinycore:latest |
latest, linux-musl | 80.9MB |