Skip to content

Commit 08bcc39

Browse files
authored
Merge pull request #19962 from zypA13510/patch-1
docs: fix links to docker-run
2 parents 6ee0567 + 4d7573a commit 08bcc39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/compose/compose-file/05-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ Optionally, limit the number of restart retries the Docker daemon attempts.
14971497
```
14981498

14991499
You can find more detailed information on restart policies in the
1500-
[Restart Policies (--restart)](/engine/reference/run/#restart-policies---restart)
1500+
[Restart Policies (--restart)](../../reference/cli/docker/container/run.md#restart)
15011501
section of the Docker run reference page.
15021502

15031503
## runtime
@@ -1599,7 +1599,7 @@ security_opt:
15991599
- label:role:ROLE
16001600
```
16011601

1602-
For further default labeling schemes you can override, see [Security configuration](https://docs.docker.com/engine/reference/run/#security-configuration).
1602+
For further default labeling schemes you can override, see [Security configuration](../../reference/cli/docker/container/run.md#security-opt).
16031603

16041604
## shm_size
16051605

@@ -1661,7 +1661,7 @@ sysctls:
16611661
You can only use sysctls that are namespaced in the kernel. Docker does not
16621662
support changing sysctls inside a container that also modify the host system.
16631663
For an overview of supported sysctls, refer to [configure namespaced kernel
1664-
parameters (sysctls) at runtime](https://docs.docker.com/engine/reference/commandline/run/#sysctl).
1664+
parameters (sysctls) at runtime](../../reference/cli/docker/container/run.md#sysctl).
16651665

16661666
## tmpfs
16671667

0 commit comments

Comments
 (0)