Skip to content

Commit a26011f

Browse files
authored
Merge pull request #289 from aramissennyeydd/patch-1
fix: `init` Docker URL
2 parents a011c08 + ea14bfa commit a26011f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Whether or not to run the container in [privileged mode](https://docs.docker.com
313313

314314
Whether or not to run an init process inside the container. This ensures that responsibilities like reaping zombie processes are performed inside the container.
315315

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.
317317

318318
Default: `true` for Linux and macOS, `false` for Windows.
319319

0 commit comments

Comments
 (0)