LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

toolbox-create

Create Toolbx development containers

TLDR

Create a Toolbx container for a specific distribution
$ toolbox create -d [distribution]
copy
Create a container for a specific release of the current distribution
$ toolbox create -r [release]
copy
Create a container with a custom image
$ toolbox create -i [name]
copy
Create from a custom Fedora image
$ toolbox create -i quay.io/fedora/fedora:[tag]
copy
Create using default image for a specific Fedora release
$ toolbox create -d fedora -r f[version]
copy

SYNOPSIS

toolbox create [options] [container]

DESCRIPTION

toolbox create creates a new Toolbx container based on an OCI image. By default, it creates a container matching the host system's distribution and release. Custom images can be specified for development environments or cross-distribution work.The container is configured for seamless integration with the host, including home directory access, user permissions, and graphical application support.

PARAMETERS

-d, --distro distro

Create container for specified distribution
-r, --release release
Create container for specified release version
-i, --image image
Use specified container image
-c, --container name
Assign custom name to the container

INSTALL

sudo apt install podman-toolbox
copy
sudo dnf install toolbox
copy
sudo pacman -S toolbox
copy
sudo zypper install toolbox
copy
nix profile install nixpkgs#toolbox
copy

CAVEATS

Requires podman to be installed. The default image is pulled from the distribution's registry if not cached locally. Container names must be unique within toolbox.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid