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

14 lines
585 B
Markdown
Raw Normal View History

2022-01-22 20:28:05 +01:00
# distrobox-create
> Create a Distrobox container. See also: `tldr distrobox`.
> 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.
> More information: <https://distrobox.it/usage/distrobox-create>.
2022-01-22 20:28:05 +01:00
- Create a Distrobox container using the Ubuntu image:
2022-01-22 20:28:05 +01:00
`distrobox-create {{container_name}} {{[-i|--image]}} {{ubuntu:latest}}`
2022-01-22 20:28:05 +01:00
- Clone a Distrobox container:
2022-01-22 20:28:05 +01:00
`distrobox-create {{[-c|--clone]}} {{container_name}} {{cloned_container_name}}`