1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: distrobox
Section: admin
Priority: optional
Maintainer: Michel Lind <michel@michel-slm.name>
Build-Depends:
debhelper-compat (= 13),
Standards-Version: 4.7.2
Homepage: https://distrobox.it/
Vcs-Browser: https://salsa.debian.org/michel/distrobox
Vcs-Git: https://salsa.debian.org/michel/distrobox.git
Rules-Requires-Root: no
Package: distrobox
Architecture: all
Depends:
podman | docker.io,
uidmap,
${misc:Depends},
Description: Another tool for containerized command line environments on Linux
Use any Linux distribution inside your terminal. Distrobox uses podman or
docker to create containers using the Linux distribution of your choice.
Created container will be tightly integrated with the host, allowing to share
the HOME directory of the user, external storage, external usb devices and
graphical apps (X11/Wayland) and audio.
|