HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

distrobox-create — Create a Distrobox container. The container created will be tightly integrated with the host, allowi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
distroboxthecreatecommanddistrobox-createclicontainer
linux

Problem

How to use the distrobox-create command: 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/>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: linux/distrobox-create

Revisions (0)

No revisions yet.