Distrobox

From NixOS Wiki
Revision as of 10:30, 7 July 2024 by Tomkoid (talk | contribs) (Update info, add link to documentation)

Distrobox offers you to use any linux distribution inside your terminal as a simple wrapper for Podman, Docker or Lilipod.

Usage

Setup container with latest Arch Linux image

# distrobox create --name archlinux --init --image archlinux:latest

Enter Arch Linux container

# distrobox enter archlinux

For further usage, please refer to the Distrobox documentation.