Tool for interactive command line environments on Linux
Find a file
Debarshi Ray 48ddba6306 Use the $SHELL from the host when customizing the toolbox image
... instead of relying on the defaults from /etc/default/useradd.
2018-10-26 11:24:46 +02: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 Use the $SHELL from the host when customizing the toolbox image 2018-10-26 11:24:46 +02:00
fedora-toolbox-sudo Allow running under sudo(8) when desired 2018-09-20 21:15:09 +02:00
meson.build Add a Meson-based build system for ease of distribution 2018-10-19 17:45:31 +02:00
NEWS Prepare 0.0.1 2018-10-19 19:25:13 +02:00
README.md README.md: Tweak 2018-10-25 17:27:29 +02:00

Fedora Toolbox — Hacking on OSTree-based Fedoras

Fedora Toolbox is a tool that offers a familiar RPM based environment for developing and debugging software on locked down OSTree based Fedora systems like Silverblue. Such operating systems are shipped as immutable OSTree images, where it's difficult to setup a development environment with your favorite tools, editors and SDKs. A toolbox container solves that problem by providing a RPM based mutable container. You can tweak it to your heart's content and use DNF to install your favorite packages, all without worrying about breaking your operating system.

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]$ ./fedora-toolbox create
[user@hostname fedora-toolbox]$

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]$ ./fedora-toolbox enter
🔹[user@toolbox ~]$