/toolbox

my toolbox

Primary LanguageMakefileMIT LicenseMIT

a toolbox container with cli tools for wasi development

The toolbox image built from the community maintained toolbox container images repo The base image used is quay.io/toolbx-images/fedora-toolbox:40

Buildah is used to kit out to our toolbox for wasi development

TOOLS

Installed in this image is the latest version of neovim built from source For Languages

  • rust
  • golang
  • grain
  • ocaml

How to use

Create Box

If you use distrobox:

distrobox create -i ghcr.io/grantmacken/tbx:v3.18.4 -n tbx
distrobox enter tbx

If you use toolbx:

toolbox create -i ghcr.io/ublue-os/boxkit -c boxkit
toolbox enter boxkit

rust