Custom toolbox image for Throneless developers
- Remove your old toolbox. For example, if your toolbox was called
dev, delete it withtoolbox rm dev. If the toolbox is already running, you may need to runpodman stop dev - Remove the old throneless-toolbox image. To see available images, run
toolbox listand then remove the image withtoolbox rmi <Image ID> - Create the new toolbox. For example, to create a new toolbox called
dev, runtoolbox create --image ghcr.io/throneless-tech/throneless-toolbox dev
This toolbox image includes mise for installing development tools. For information on how to use mise, see https://mise.jdx.dev/