Tool for interactive command line environments on Linux
Find a file
2019-01-28 11:45:25 +01:00
images/fedora Add fedora-toolbox image definitions for Fedoras 29 and 30 2018-09-26 16:37:46 +02:00
COPYING Rename LICENSE as COPYING 2018-10-19 18:24:23 +02:00
fedora-toolbox Show a spinner while creating the toolbox image using buildah 2019-01-28 11:45:25 +01:00
fedora-toolbox-sudo Allow running under sudo(8) when desired 2018-09-20 21:15:09 +02:00
meson.build Prepare 0.0.4 2019-01-21 15:29:43 +01:00
NEWS Prepare 0.0.4 2019-01-21 15:29:43 +01:00
README.md README.md: Rework in various ways 2019-01-26 13:09:54 +01:00

Fedora Toolbox — Unprivileged development environment

Fedora Toolbox is a tool that offers a familiar RPM based environment for developing and debugging software that runs fully unprivileged using Podman.

The toolbox container is a fully mutable container; when you see yum install ansible for example, that's something you can do inside your toolbox container, without affecting the base operating system.

This is particularly useful on OSTree based Fedora systems like Silverblue. The intention of these systems is to discourage installation of software on the host, and instead install software as (or in) containers.

However this project doesn't require using an OSTree based system — it works equally well if you're running e.g. existing Fedora Workstation or Server, and that's a useful way to incrementally adopt containerization.

The toolbox environment is based on the fedora-toolbox image. This image is then customized for the current user to create a toolbox container that seamlessly integrates with the rest of the operating system.

Usage

Create your Fedora Toolbox container:

[user@hostname ~]$ fedora-toolbox create
[user@hostname ~]$

This will create a container, and an image, called fedora-toolbox-<your-username>:<version-id> that's specifically customised for your host user.

Enter the Toolbox:

[user@hostname ~]$ fedora-toolbox enter
🔹[user@toolbox ~]$