Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 1.67 KB

README.md

File metadata and controls

79 lines (56 loc) · 1.67 KB

Toolbox development garden

Pick a distribution, add your custom stuff and build your own toolbox image!

Requirements

On you host computer the following packages are required.

sudo dnf install -y \
podman \
toolbox \
buildah \
skopeo

Index of toolbox images

Toolbox custom images

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

toolbox run my-custom-image:123:latest

Resources

Toolbox

Podman

Skopeo

Buildah