Distrobox: Difference between revisions
imported>Onny Init page |
|||
Line 14: | Line 14: | ||
# distrobox enter archlinux | # distrobox enter archlinux | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Application]] | |||
[[Category:Container]] |
imported>Onny Init page |
|||
Line 14: | Line 14: | ||
# distrobox enter archlinux | # distrobox enter archlinux | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Application]] | |||
[[Category:Container]] |
Distrobox offers you to use any linux distribution inside your terminal as a simple wrapper for Docker.
Setup container with latest Archlinux image
# distrobox create --name archlinux --init --image archlinux:latest
Enter Archlinux container
# distrobox enter archlinux