1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 08:15:24 +02:00
tldr/pages/linux/distrobox-create.md
Pranaov S bafdb59eaa
*: follow style guide for see also section (#16793)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-06-07 17:47:18 +03:00

14 lines
582 B
Markdown

# distrobox-create
> Create a Distrobox container.
> The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-create>.
- Create a Distrobox container using the Ubuntu image:
`distrobox-create {{container_name}} {{[-i|--image]}} {{ubuntu:latest}}`
- Clone a Distrobox container:
`distrobox-create {{[-c|--clone]}} {{container_name}} {{cloned_container_name}}`