distrobox-create
linux
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 info →Options (2)
-i, --imagebooleanCreate a Distrobox container using the Ubuntu image
Example:
distrobox-create {{container_name}} {{[-i|--image]}} {{ubuntu:latest}}-c, --clonebooleanClone a Distrobox container
Example:
distrobox-create {{[-c|--clone]}} {{container_name}} {{cloned_container_name}}Examples (2)
Create a Distrobox container using the Ubuntu image
distrobox-create container_name [-i|--image] ubuntu:latestClone a Distrobox container
distrobox-create [-c|--clone] container_name cloned_container_namemade by @shridhargupta | data from tldr-pages