Pick a distribution, add your custom stuff and build your own toolbox image!
On you host computer the following packages are required.
sudo dnf install -y \
podman \
toolbox \
buildah \
skopeo
Check out official fedora examples to get inspired in building toolbox images.
Create a custom image:
buildah build -f Containerfile -t my-custom-image:123
Use custom image with toolbox:
toolbox create --image localhost/my-custom-image:123:latest
toolbox run my-custom-image:123:latest
- https://containertoolbx.org/
- https://containertoolbx.org/install/
- https://containertoolbx.org/distros/
- https://github.com/containers/toolbox
- https://github.com/containers/toolbox/tree/main/images
- https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/