LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

toolbox-run

Run commands in Toolbx containers

TLDR

Run command in container
$ toolbox run -c [container_name] [command]
copy
Run in distribution container
$ toolbox run -d [distribution] -r [release] [command]
copy
Run emacs in Fedora container
$ toolbox run -d fedora -r f[version] emacs
copy

SYNOPSIS

toolbox run [OPTIONS] COMMAND [ARGS...]

DESCRIPTION

toolbox run executes a command inside an existing Toolbx container without entering an interactive session. The command runs in the container environment and returns to the host when complete.This is useful for running individual commands or scripts in a container environment while staying on the host system.

PARAMETERS

-c, --container NAME

Specify container name
-d, --distro DISTRO
Specify distribution
-r, --release RELEASE
Specify distribution release version

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

Container must exist and be running. Command must be available inside the container. Environment differs from interactive session in some cases.

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