distrobox-*: two-lined descriptions (#11573)
This commit is contained in:
@@ -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}}`
|
||||
|
@@ -1,17 +1,17 @@
|
||||
# distrobox-enter
|
||||
|
||||
> Enter a distrobox container. See also: `tldr distrobox`.
|
||||
> Enter a Distrobox container. See also: `tldr distrobox`.
|
||||
> Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can use the `--headless` mode to disable the tty and interactivity.
|
||||
> More information: <https://distrobox.it/usage/distrobox-enter>.
|
||||
|
||||
- Enter a distrobox container:
|
||||
- Enter a Distrobox container:
|
||||
|
||||
`distrobox-enter {{container_name}}`
|
||||
|
||||
- Enter a distrobox container and run a command at login:
|
||||
- Enter a Distrobox container and run a command at login:
|
||||
|
||||
`distrobox-enter {{container_name}} -- {{sh -l}}`
|
||||
|
||||
- Enter a distrobox container without instantiating a tty:
|
||||
- Enter a Distrobox container without instantiating a tty:
|
||||
|
||||
`distrobox-enter --name {{container_name}} -- {{uptime -p}}`
|
||||
|
@@ -1,7 +1,6 @@
|
||||
# distrobox-export
|
||||
|
||||
> Export app/service/binary from container to host OS.
|
||||
> Subcommand of `distrobox`. See also: `tldr distrobox`.
|
||||
> Export app/service/binary from container to host OS. See also: `tldr distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-export>.
|
||||
|
||||
- Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list):
|
||||
|
@@ -1,10 +1,9 @@
|
||||
# distrobox-host-exec
|
||||
|
||||
> Execute a command on the host from inside a distrobox container.
|
||||
> Subcommand of `distrobox`. See also: `tldr distrobox`.
|
||||
> Execute a command on the host from inside a Distrobox container. See also: `tldr distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-host-exec>.
|
||||
|
||||
- Execute command on the host system from inside the distrobox container:
|
||||
- Execute command on the host system from inside the Distrobox container:
|
||||
|
||||
`distrobox-host-exec "{{command}}"`
|
||||
|
||||
|
@@ -1,13 +1,13 @@
|
||||
# distrobox-list
|
||||
|
||||
> List all distrobox containers. See also: `tldr distrobox`.
|
||||
> List all Distrobox containers. See also: `tldr distrobox`.
|
||||
> Distrobox containers are listed separately from the rest of normal podman or Docker containers.
|
||||
> More information: <https://distrobox.it/usage/distrobox-list>.
|
||||
|
||||
- List all distrobox containers:
|
||||
- List all Distrobox containers:
|
||||
|
||||
`distrobox-list`
|
||||
|
||||
- List all distrobox containers with verbose information:
|
||||
- List all Distrobox containers with verbose information:
|
||||
|
||||
`distrobox-list --verbose`
|
||||
|
@@ -1,13 +1,12 @@
|
||||
# distrobox-rm
|
||||
|
||||
> Remove a distrobox container.
|
||||
> Subcommand of `distrobox`. See also: `tldr distrobox`.
|
||||
> Remove a Distrobox container. See also: `tldr distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-rm>.
|
||||
|
||||
- Remove a distrobox container (Tip: Stop the container before removing it):
|
||||
- Remove a Distrobox container (Tip: Stop the container before removing it):
|
||||
|
||||
`distrobox-rm {{container_name}}`
|
||||
|
||||
- Remove a distrobox container forcefully:
|
||||
- Remove a Distrobox container forcefully:
|
||||
|
||||
`distrobox-rm {{container_name}} --force`
|
||||
|
@@ -1,13 +1,12 @@
|
||||
# distrobox-stop
|
||||
|
||||
> Stop a distrobox container.
|
||||
> Subcommand of `distrobox`. See also: `tldr distrobox`.
|
||||
> Stop a Distrobox container. See also: `tldr distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-stop>.
|
||||
|
||||
- Stop a distrobox container:
|
||||
- Stop a Distrobox container:
|
||||
|
||||
`distrobox-stop {{container_name}}`
|
||||
|
||||
- Stop a distrobox container non-interactively (without confirmation):
|
||||
- Stop a Distrobox container non-interactively (without confirmation):
|
||||
|
||||
`distrobox-stop --name {{container_name}} --yes`
|
||||
|
@@ -1,7 +1,6 @@
|
||||
# distrobox-upgrade
|
||||
|
||||
> Upgrade one or multiple distrobox containers.
|
||||
> Subcommand of `distrobox`. See also: `tldr distrobox`.
|
||||
> Upgrade one or multiple Distrobox containers. See also: `tldr distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-upgrade>.
|
||||
|
||||
- Upgrade a container using the container's native package manager:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# distrobox
|
||||
|
||||
> Use any Linux distribution inside your terminal in a container. Install & use packages inside it while tightly integrating with the host OS, sharing storage (`home` directory) and hardware.
|
||||
> It uses Podman or Docker to create your containers.
|
||||
> Note: It uses Podman or Docker to create your containers.
|
||||
> More information: <https://github.com/89luca89/distrobox>.
|
||||
|
||||
- View documentation for creating containers:
|
||||
|
Reference in New Issue
Block a user