From 375ef16564af921a88c1a28753d2f3a0b407da88 Mon Sep 17 00:00:00 2001 From: Luca Di Maio Date: Sun, 19 Nov 2023 14:36:07 +0100 Subject: [PATCH] docs: update docs Signed-off-by: Luca Di Maio --- docs/usage/distrobox-create.md | 6 +++--- docs/usage/distrobox-export.md | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/usage/distrobox-create.md b/docs/usage/distrobox-create.md index e4501e6b72..0b41c97b8d 100644 --- a/docs/usage/distrobox-create.md +++ b/docs/usage/distrobox-create.md @@ -34,11 +34,11 @@ graphical apps (X11/Wayland), and audio. --init/-I: use init system (like systemd) inside the container. this will make host's processes not visible from within the container. (assumes --unshare-process) --nvidia: try to integrate host's nVidia drivers in the guest - --unshare-all: activate all the unshare flags below --unshare-devsys: do not share host devices and sysfs dirs from host - --unshare-ipc: do not share ipc namemspace with host + --unshare-ipc: do not share ipc namespace with host --unshare-netns: do not share the net namespace with host - --unshare-process: do not share process namemspace with host + --unshare-process: do not share process namespace with host + --unshare-all: activate all the unshare flags below --compatibility/-C: show list of compatible images --help/-h: show this message --no-entry: do not generate a container entry in the application list diff --git a/docs/usage/distrobox-export.md b/docs/usage/distrobox-export.md index 2ea7851056..925ef20a53 100644 --- a/docs/usage/distrobox-export.md +++ b/docs/usage/distrobox-export.md @@ -26,7 +26,6 @@ automatically be launched from the container it is exported from. Defaults to (on \$container_name) --export-path/-ep: path where to export the binary --extra-flags/-ef: extra flags to add to the command - --login/-l run the exported item in a login shell --sudo/-S: specify if the exported item should be run as sudo --help/-h: show this message --verbose/-v: show more verbosity @@ -84,11 +83,6 @@ The option "--delete" will un-export an app or binary The option "--sudo" will launch the exported item as root inside the distrobox. -**Run inside a login shell** - -The option "--login" will launch the exported item inside a login shell, allowing access to -variables sourced at login in the container (e.g: /etc/profile). - **Exporting apps from rootful containers** It is worth noting that, when exporting any item - which includes graphical apps - from rootful