Author Topic: How to get toolbox CLI running on Fedora  (Read 2396 times)

tle

  • Sr. Member
  • ****
  • Posts: 426
  • Karma: +47/-0
    • View Profile
    • Trung's Personal Website
How to get toolbox CLI running on Fedora
« on: April 29, 2021, 06:06:26 am »
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

Faithful Linux enthusiast

My Raptor Blackbird