grantmacken / toolbox

my toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my toolbox

License:MIT License


Languages

Language:Makefile 100.0%