Crates.io | tigen |
lib.rs | tigen |
version | 0.1.0 |
source | src |
created_at | 2023-03-15 00:02:10.844137 |
updated_at | 2023-03-15 00:02:10.844137 |
description | Toolbox image builder (tigen) is a simple utility to create oci images to for creating [toolbox](https://github.com/containers/toolbox) sessions. |
homepage | |
repository | https://github.com/prx0/tigen.git |
max_upload_size | |
id | 810330 |
size | 45,197 |
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