mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-01 20:57:38 +00:00
Update example DHCP containers with oom_score_adj -> oomScoreAdj
Looks like this was missed when #1316 was rebased over #1474. Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
@@ -43,7 +43,7 @@ daemon:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
- CAP_NET_RAW
|
||||
net: host
|
||||
oom_score_adj: -800
|
||||
oomScoreAdj: -800
|
||||
- name: sshd
|
||||
image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847"
|
||||
capabilities:
|
||||
|
||||
@@ -30,7 +30,7 @@ daemon:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
- CAP_NET_RAW
|
||||
net: host
|
||||
oom_score_adj: -800
|
||||
oomScoreAdj: -800
|
||||
- name: sshd
|
||||
image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847"
|
||||
capabilities:
|
||||
|
||||
@@ -33,7 +33,7 @@ daemon:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
- CAP_NET_RAW
|
||||
net: host
|
||||
oom_score_adj: -800
|
||||
oomScoreAdj: -800
|
||||
- name: nginx
|
||||
image: "nginx:alpine"
|
||||
capabilities:
|
||||
|
||||
Reference in New Issue
Block a user