mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-13 13:49:25 +00:00
Make sshd output to stderr not syslog
This way we get to see the logs. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -36,7 +36,7 @@ daemon:
|
||||
read_only: true
|
||||
command: [/bin/tini, /usr/sbin/rngd, -f]
|
||||
- name: sshd
|
||||
image: "mobylinux/sshd:3940f3fa07da1b6adab975112894b103b3c491f1"
|
||||
image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847"
|
||||
capabilities:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
- CAP_CHOWN
|
||||
|
@@ -23,7 +23,7 @@ daemon:
|
||||
oom_score_adj: -800
|
||||
command: [/bin/tini, /usr/sbin/rngd, -f]
|
||||
- name: sshd
|
||||
image: "mobylinux/sshd:3940f3fa07da1b6adab975112894b103b3c491f1"
|
||||
image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847"
|
||||
capabilities:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
- CAP_CHOWN
|
||||
|
Reference in New Issue
Block a user