mirror of https://github.com/docker/docs.git
Merge pull request #19962 from zypA13510/patch-1
docs: fix links to docker-run
This commit is contained in:
commit
08bcc39ee0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue