2025-03-14 21:59:59 -06:00
# distrobox-create
2025-07-24 22:27:13 -06:00
> Create a Distrobox container.
2025-03-14 21:59:59 -06:00
> 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.
2025-07-24 22:27:13 -06:00
> See also: `distrobox`.
2025-03-14 21:59:59 -06:00
> More information: <https://distrobox.it/usage/distrobox-create>.
- Create a Distrobox container using the Ubuntu image:
2025-05-08 12:26:01 -06:00
`distrobox-create {{container_name}} {{[-i|--image]}} {{ubuntu:latest}}`
2025-03-14 21:59:59 -06:00
- Clone a Distrobox container:
2025-05-08 12:26:01 -06:00
`distrobox-create {{[-c|--clone]}} {{container_name}} {{cloned_container_name}}`