distrobox-*: update and add pages

 feat: distrobox documentation

 distrobox: add page

 distrobox: doc for each subcommand

💄 distrobox: beautify docs

💄 distrobox: beautify docs

✏ fix: more command info

fix: minor cleanup

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

🩹 fix: minor cleanup

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

🩹 fix: minor cleanup

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
This commit is contained in:
Rajesh G
2022-10-18 02:43:45 +05:30
committed by K.B.Dharun Krishna
parent fd1f3808bd
commit 67757373a1
9 changed files with 120 additions and 13 deletions

View File

@@ -1,13 +1,13 @@
# distrobox-create
> Create Distrobox containers with an input name and image.
> Create a distrobox container. More about distrobox: `tldr distrobox`.
> 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>.
> More information: <https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-create.md>.
- Create a distrobox using the Alpine image:
- Create a distrobox using the Ubuntu Linux image:
`distrobox-create {{container_name}} --image alpine`
`distrobox-create {{container_name}} --image {{ubuntu:latest}}`
- Clone a distrobox:
- Clone a distrobox container:
`distrobox-create --clone {{container_name}} {{cloned_container_name}}`