vrischmann / toolbox-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images for Toolbox

This repository contains Containerfiles used to build images compatible with toolbox.

How to use

Run ./build_all.fish or alternatively build them one by one yourself:

$ podman build -f Containerfile.xyz -t distro-toolbox:latest .

Then you can create your toolbox:

$ toolbox create -i distro-toolbox:latest foobar
$ toolbox enter foobar

About


Languages

Language:Shell 100.0%