Run a command inside a toolbox container for a specific release of a distribution

toolbox run

  • Run a command in an existing `toolbox` container.
    See also: `toolbox enter`.
    More information: <https://manned.org/toolbox-run>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

toolbox run --distro {{distribution}} --release {{release}} {{command}}

click the source code to copy