mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
585 B
585 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}} {{[-i|--image]}} {{ubuntu:latest}}
- Clone a Distrobox container:
distrobox-create {{[-c|--clone]}} {{container_name}} {{cloned_container_name}}