Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Nov 19, 2023
1 parent 8458c29 commit 375ef16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/usage/distrobox-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions docs/usage/distrobox-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 375ef16

Please sign in to comment.