File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2591,7 +2591,6 @@ _docker_daemon() {
2591
2591
--mtu
2592
2592
--network-control-plane-mtu
2593
2593
--node-generic-resource
2594
- --oom-score-adjust
2595
2594
--pidfile -p
2596
2595
--registry-mirror
2597
2596
--seccomp-profile
Original file line number Diff line number Diff line change @@ -2770,7 +2770,6 @@ __docker_subcommand() {
2770
2770
" ($help )--max-concurrent-uploads[Set the max concurrent uploads]" \
2771
2771
" ($help )--max-download-attempts[Set the max download attempts for each pull]" \
2772
2772
" ($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)" \
2774
2773
" ($help -p --pidfile)" {-p=,--pidfile=}" [Path to use for daemon PID file]:PID file:_files" \
2775
2774
" ($help )--raw-logs[Full timestamps without ANSI coloring]" \
2776
2775
" ($help )*--registry-mirror=[Preferred registry mirror]:registry mirror: " \
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ Options:
92
92
--no-new-privileges Set no-new-privileges by default for new containers
93
93
--no-proxy string Comma-separated list of hosts or IP addresses for which the proxy is skipped
94
94
--node-generic-resource list Advertise user-defined resource
95
- --oom-score-adjust int Set the oom_score_adj for the daemon
96
95
-p, --pidfile string Path to use for daemon PID file (default "/var/run/docker.pid")
97
96
--raw-logs Full timestamps without ANSI coloring
98
97
--registry-mirror list Preferred registry mirror
@@ -1172,7 +1171,6 @@ The following is a full example of the allowed configuration options on Linux:
1172
1171
" NVIDIA-GPU=UUID1" ,
1173
1172
" NVIDIA-GPU=UUID2"
1174
1173
],
1175
- "oom-score-adjust" : 0 ,
1176
1174
"pidfile" : " " ,
1177
1175
"raw-logs" : false ,
1178
1176
"registry-mirrors" : [],
You can’t perform that action at this time.
0 commit comments