Distrobox: Difference between revisions
m typo |
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 | Setup container with latest [https://archlinux.org Arch Linux] image | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
Line 9: | Line 9: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Enter | 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]] |