Toolbox Images: Container Images for usage with toolbox
Here we have a collection of container images for usage with the toolbox
command. This is an attempt at providing more
feature parity with regard to toolboxes for distributions other than Fedora.
.
├── alpine
│ ├── 3.15
│ └── 3.16
├── archlinux
│ └── latest
├── centos
│ └── 8
├── kalilinux
│ └── latest
├── tumbleweed
│ └── latest
└── ubuntu
├── 20.04
└── 22.04
You can use the images by doing toolbox create -i docker.io/akdev1l/${distro}-toolbox:${version}
, for example:
[akdev@canzuk toolbox-images]$ toolbox create -i docker.io/akdev1l/ubuntu-toolbox:22.04
Created container: ubuntu-toolbox-22.04
Enter with: toolbox enter ubuntu-toolbox-22.04
[akdev@canzuk toolbox-images]$ toolbox enter ubuntu-toolbox-22.04
Note: For Rolling Release distributions like Arch Linux and OpenSuSE Tumbleweed the version is always latest
.
- Original Containerfiles Thanks to Main.kt.