Skip to content

Commit 2db8859

Browse files
committed
contrib/completion: remove --oom-score-adj daemon 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 <github@gone.nl>
1 parent eb5c507 commit 2db8859

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

contrib/completion/bash/docker

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,6 @@ _docker_daemon() {
25912591
--mtu
25922592
--network-control-plane-mtu
25932593
--node-generic-resource
2594-
--oom-score-adjust
25952594
--pidfile -p
25962595
--registry-mirror
25972596
--seccomp-profile

contrib/completion/zsh/_docker

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2770,7 +2770,6 @@ __docker_subcommand() {
27702770
"($help)--max-concurrent-uploads[Set the max concurrent uploads]" \
27712771
"($help)--max-download-attempts[Set the max download attempts for each pull]" \
27722772
"($help)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \
2773-
"($help)--oom-score-adjust=[Set the oom_score_adj for the daemon]:oom-score:(-500)" \
27742773
"($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
27752774
"($help)--raw-logs[Full timestamps without ANSI coloring]" \
27762775
"($help)*--registry-mirror=[Preferred registry mirror]:registry mirror: " \

0 commit comments

Comments
 (0)