tigen 0.1.0

Toolbox image builder (tigen) is a simple utility to create oci images to for creating [toolbox](https://github.com/containers/toolbox) sessions.
Documentation
  • Coverage
  • 0%
    0 out of 34 items documented0 out of 22 items with examples
  • Size
  • Source code size: 45.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 42s Average build duration of successful builds.
  • all releases: 42s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • prx0/tigen
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • prx0

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