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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ Whether or not to run the container in [privileged mode](https://docs.docker.com
313
313
314
314
Whether or not to run an init process inside the container. This ensures that responsibilities like reaping zombie processes are performed inside the container.
315
315
316
-
See [Docker's documentation](https://docs.docker.com/engine/reference/run/#specify-an-init-process) for background and implementation details.
316
+
See [Docker's documentation](https://docs.docker.com/reference/cli/docker/container/run/#init) for background and implementation details.
317
317
318
318
Default: `true`for Linux and macOS, `false` for Windows.
0 commit comments