Skip to content

Basic usage

Oliver Gutierrez edited this page Jul 22, 2021 · 1 revision

Basic usage

Create your toolbox container:

[user@hostname ~]$ toolbox create
Created container: fedora-toolbox-<version-id>
Enter with: toolbox enter
[user@hostname ~]$

This will create a container called fedora-toolbox-<version-id>.

Enter the toolbox:

[user@hostname ~]$ toolbox enter
⬢[user@toolbox ~]$

Remove a toolbox container:

[user@hostname ~]$ toolbox rm fedora-toolbox-<version-id>
[user@hostname ~]$