Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

distros.md

File metadata and controls

29 lines (20 loc) · 1.07 KB
layout
default

Distro Support

Toolbx supports a number of distributions, allowing you to run development environments totally separate from the host operating system. MS Windows developers will be familiar with the concept from WSL (Windows subsystem for Linux).

By default, Toolbx tries to use an image matching the host operating system distribution for creating containers. If the host is not supported, then it falls back to a Fedora image. Supported host operating systems are:

  • Arch Linux
  • Fedora
  • Red Hat Enterprise Linux >= 8.5
  • Ubuntu

You can specify a desired distribution when creating the container:

toolbox create --distro ubuntu --release 22.04

Once you enter the distro environment with toolbox enter you have access to all the .deb packages the distro provide, regardless of the host operating system you use.

apt-get on Fedora{:.full}