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:

committed by
K.B.Dharun Krishna

parent
fd1f3808bd
commit
67757373a1
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user