2022-01-22 20:28:05 +01:00
# distrobox-create
2023-11-26 18:02:06 +01:00
> Create a Distrobox container. See also: `tldr distrobox`.
2023-03-19 17:05:00 +05:30
> 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.
2023-11-19 22:07:13 +01:00
> More information: <https://distrobox.it/usage/distrobox-create>.
2022-01-22 20:28:05 +01:00
2023-11-26 18:02:06 +01:00
- Create a Distrobox container using the Ubuntu image:
2022-01-22 20:28:05 +01:00
2022-10-18 02:43:45 +05:30
`distrobox-create {{container_name}} --image {{ubuntu:latest}}`
2022-01-22 20:28:05 +01:00
2023-11-26 18:02:06 +01:00
- Clone a Distrobox container:
2022-01-22 20:28:05 +01:00
`distrobox-create --clone {{container_name}} {{cloned_container_name}}`