Raptor Computing Systems Community Forums (BETA)

Software => User Zone => Topic started by: tle on April 29, 2021, 06:06:26 am

Title: How to get toolbox CLI running on Fedora
Post by: tle on April 29, 2021, 06:06:26 am
Toolbox (https://github.com/containers/toolbox) is a great tooling to create development containerised dev environment. I have been using this tool on x86_64 for 2 years at work.

With ppc64le, Fedora Infrastructure team does not support PPC64LE so users
have to build the base image manually:

Code: [Select]
git clone https://github.com/containers/toolbox.git
cd toolbox/images/fedora/f34
podman build . -t fedora-toolbox:34

Once done you could specify the image in toolbox command:

Code: [Select]
toolbox create --image fedora-toolbox:34
toolbox enter