process log redirected to stdout
Showing
with
5 additions
and
3 deletions
-
Please register or sign in to post a comment
FROM debian | ||
FROM ubuntu:16.04 | ||
RUN apt-get update && apt-get install -y openssh-server supervisor | ||
RUN mkdir -p /var/run/sshd /var/log/supervisor | ||
... | ... |
... | ... | @@ -3,6 +3,8 @@ nodaemon=true |
[program:sshd] | ||
command=/usr/sbin/sshd -D | ||
stdout_logfile=/dev/stdout | ||
stdout_logfile_maxbytes=0 | ||
[unix_http_server] | ||
file = /tmp/supervisor.sock | ||
... | ... |