Distrobox: Difference between revisions

From NixOS Wiki
Klinger (talk | contribs)
m typo
Tomkoid (talk | contribs)
Update info, add link to documentation
Line 1: Line 1:
[https://distrobox.it Distrobox] offers you to use any linux distribution inside your terminal as a simple wrapper for Docker.
[https://distrobox.it Distrobox] offers you to use any linux distribution inside your terminal as a simple wrapper for [[Podman]], [[Docker]] or Lilipod.


== Usage ==
== Usage ==


Setup container with latest [https://archlinux.org Archlinux] image
Setup container with latest [https://archlinux.org Arch Linux] image


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
Line 9: Line 9:
</syntaxhighlight>
</syntaxhighlight>


Enter Archlinux container
Enter Arch Linux container


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# distrobox enter archlinux
# distrobox enter archlinux
</syntaxhighlight>
</syntaxhighlight>
For further usage, please refer to the [https://distrobox.it/#distrobox Distrobox] documentation.




[[Category:Applications]]
[[Category:Applications]]
[[Category:Container]]
[[Category:Container]]

Revision as of 10:30, 7 July 2024

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.