1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00
tldr/pages/linux/distrobox-create.md
Juri Dispan 0f0c9da99e
*: replace dead more information links (#11542)
* *: replace dead more informtion links

* dolt

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-19 22:07:13 +01:00

567 B

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.

  • Create a distrobox container using the Ubuntu image:

distrobox-create {{container_name}} --image {{ubuntu:latest}}

  • Clone a distrobox container:

distrobox-create --clone {{container_name}} {{cloned_container_name}}