Skip to content

Commit

Permalink
create: fix unshare CLI args order (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskrahmer authored Nov 19, 2023
1 parent 51c1d54 commit c57d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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-netns: do not share the net namespace with host
--unshare-process: do not share process namemspace 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

0 comments on commit c57d97b

Please sign in to comment.