Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docker] let the ssh daemon speak for itself and drop the syslog daemon (#6529) | Jakob Ackermann | 2019-04-16 | 1 | -2/+0 |
| | | | | | | The sshd flag `-e` instructs sshd to output any logs to stderr instead of the syslog. Redirect this output to stdout then. Signed-off-by: Jakob Ackermann <das7pad@outlook.com> | ||||
* | Restructured docker building | Thomas Boerger | 2016-11-28 | 1 | -0/+2 |
I have restructured the docker build process entirely, the binary gets built outside of the docker build command, now we are managing all dependencies with real Alpine packages and I have dropped features like socat or the cron daemon. Signed-off-by: Thomas Boerger <tboerger@suse.de> |