#toolbox #oci #docker #podman #container #docker-image

bin+lib tigen

Toolbox image builder (tigen) is a simple utility to create oci images to for creating toolbox sessions

1 unstable release

0.1.0 Mar 15, 2023

#913 in Unix APIs

MIT license

14KB
334 lines

toolbox image generator (tigen)

Rust

Toolbox image builder (tigen) is a simple utility to create oci images to for creating toolbox sessions. docker or podman must be installed and available in your $PATH.

Install tigen using cargo:

cargo install tigen
tigen --image ubuntu:20.04

tigen use docker image name to build oci images. After that, you'll be able to jump into ubuntu lts 20.02 using toolbox:

toolbox enter -d ubuntu -r 20.04

Dependencies

~9–18MB
~243K SLoC