distrobox: add page (#7638)

This commit is contained in:
Mišo Barišić
2022-01-22 20:28:05 +01:00
committed by GitHub
parent 47445dd786
commit 26adab31c6
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# distrobox-create
> Create Distrobox containers with an input name and image.
> The created container will be tightly integrated with the host, allowing sharing of the HOME directory of the user, external storage, external usb devices and graphical apps (X11/Wayland), and audio.
> More information: <https://distrobox.privatedns.org>.
- Create a distrobox using the Alpine image:
`distrobox-create {{container_name}} --image alpine`
- Clone a distrobox:
`distrobox-create --clone {{container_name}} {{cloned_container_name}}`