Skip to content

Commit

Permalink
Sync from docker/docs@08bcc39 by PCIT
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed May 5, 2024
1 parent 4bdb3ae commit 7086c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/compose/compose-file/05-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7086c9f

Please sign in to comment.