Merge pull request #19962 from zypA13510/patch-1

docs: fix links to docker-run
This commit is contained in:
David Karlsson 2024-05-04 12:46:01 +02:00 committed by GitHub
commit 08bcc39ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1497,7 +1497,7 @@ Optionally, limit the number of restart retries the Docker daemon attempts.
```
You can find more detailed information on restart policies in the
[Restart Policies (--restart)](/engine/reference/run/#restart-policies---restart)
[Restart Policies (--restart)](../../reference/cli/docker/container/run.md#restart)
section of the Docker run reference page.
## runtime
@ -1599,7 +1599,7 @@ security_opt:
- label:role:ROLE
```
For further default labeling schemes you can override, see [Security configuration](https://docs.docker.com/engine/reference/run/#security-configuration).
For further default labeling schemes you can override, see [Security configuration](../../reference/cli/docker/container/run.md#security-opt).
## shm_size
@ -1661,7 +1661,7 @@ sysctls:
You can only use sysctls that are namespaced in the kernel. Docker does not
support changing sysctls inside a container that also modify the host system.
For an overview of supported sysctls, refer to [configure namespaced kernel
parameters (sysctls) at runtime](https://docs.docker.com/engine/reference/commandline/run/#sysctl).
parameters (sysctls) at runtime](../../reference/cli/docker/container/run.md#sysctl).
## tmpfs