1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/distrobox-create.md
2022-01-22 16:28:05 -03:00

13 lines
533 B
Markdown

# 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}}`