Skip to content

Commit eb5c507

Browse files
committed
docs: dockerd: --oom-score-adj flag
This flag was deprecated in docker v24.0, and no longer functional since v25.0; fully removed in v26.0, so we can remove the docs for this. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5be685e commit eb5c507

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/reference/dockerd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Options:
9393
--no-new-privileges Set no-new-privileges by default for new containers
9494
--no-proxy string Comma-separated list of hosts or IP addresses for which the proxy is skipped
9595
--node-generic-resource list Advertise user-defined resource
96-
--oom-score-adjust int Set the oom_score_adj for the daemon
9796
-p, --pidfile string Path to use for daemon PID file (default "/var/run/docker.pid")
9897
--raw-logs Full timestamps without ANSI coloring
9998
--registry-mirror list Preferred registry mirror
@@ -1186,7 +1185,6 @@ The following is a full example of the allowed configuration options on Linux:
11861185
"NVIDIA-GPU=UUID1",
11871186
"NVIDIA-GPU=UUID2"
11881187
],
1189-
"oom-score-adjust": 0,
11901188
"pidfile": "",
11911189
"raw-logs": false,
11921190
"registry-mirrors": [],

0 commit comments

Comments
 (0)