Skip to content

Commit 4383901

Browse files
authored
Fix broken link anchor
1 parent 6111ca7 commit 4383901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/manage-compute-resources-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ When using Docker:
142142
- The `spec.containers[].resources.requests.cpu` is converted to its core value,
143143
which is potentially fractional, and multiplied by 1024. The greater of this number
144144
or 2 is used as the value of the
145-
[`--cpu-shares`](https://docs.docker.com/engine/reference/run/#/cpu-share-constraint)
145+
[`--cpu-shares`](https://docs.docker.com/engine/reference/run/#cpu-share-constraint)
146146
flag in the `docker run` command.
147147

148148
- The `spec.containers[].resources.limits.cpu` is converted to its millicore value and

0 commit comments

Comments
 (0)