You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distrobox-create
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ Options:
212
212
--pre-init-hooks: additional commands to execute at the start of container initialization
213
213
--init/-I: use init system (like systemd) inside the container.
214
214
this will make host's processes not visible from within the container. (assumes --unshare-process)
215
-
may require additional packages depending on the container image: https://github.com/89luca89/distrobox/blob/main/docs/content/useful_tips.md#using-init-system-inside-a-distrobox
215
+
may require additional packages depending on the container image: https://github.com/89luca89/distrobox/blob/main/docs/useful_tips.md#using-init-system-inside-a-distrobox
216
216
--nvidia: try to integrate host's nVidia drivers in the guest
217
217
--unshare-devsys: do not share host devices and sysfs dirs from host
218
218
--unshare-groups: do not forward user's additional groups into the container
@@ -235,7 +235,7 @@ Compatibility:
235
235
man distrobox-compatibility
236
236
or run
237
237
distrobox create --compatibility
238
-
or consult the documentation page on: https://github.com/89luca89/distrobox/blob/main/docs/content/compatibility.md
238
+
or consult the documentation page on: https://github.com/89luca89/distrobox/blob/main/docs/compatibility.md
239
239
EOF
240
240
}
241
241
@@ -537,7 +537,7 @@ if ! command -v "${container_manager}" > /dev/null && [ "${dryrun}" -eq 0 ]; the
0 commit comments