LinuxCommandLibrary

distrobox-create

Create Distrobox containers with an input name and image.

TLDR

Create a distrobox container using the Ubuntu image

$ distrobox-create [container_name] --image [ubuntu:latest]
copy


Clone a distrobox container
$ distrobox-create --clone [container_name] [cloned_container_name]
copy

Copied to clipboard