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

bin+lib tigen

Toolbox镜像构建工具(tigen)是一个简单的实用工具,用于创建oci镜像,以便创建toolbox会话。

1个不稳定版本

0.1.0 2023年3月15日

#951 in Unix APIs

MIT许可证

14KB
334 代码行

toolbox 镜像生成器 (tigen)

Rust

Toolbox镜像构建工具(tigen)是一个简单的实用工具,用于创建oci镜像,以便创建toolbox会话。需要安装并配置好docker或podman,以便在PATH中可用。

使用cargo安装tigen

cargo install tigen
tigen --image ubuntu:20.04

tigen 使用docker镜像名称构建oci镜像。之后,您可以使用toolbox跳转到ubuntu lts 20.02。

toolbox enter -d ubuntu -r 20.04

依赖

~9–18MB
~244K SLoC