distrobox-*: two-lined descriptions (#11573)

This commit is contained in:
Sebastiaan Speck
2023-11-26 18:02:06 +01:00
committed by GitHub
parent cd18d0fe20
commit 389a618ba0
21 changed files with 56 additions and 68 deletions

View File

@@ -1,13 +1,13 @@
# distrobox-create
> Create a distrobox container. See also: `tldr distrobox`.
> 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:
- Create a Distrobox container using the Ubuntu image:
`distrobox-create {{container_name}} --image {{ubuntu:latest}}`
- Clone a distrobox container:
- Clone a Distrobox container:
`distrobox-create --clone {{container_name}} {{cloned_container_name}}`