summaryrefslogtreecommitdiffstats
path: root/docker/etc/s6/syslogd/run
Commit message (Collapse)AuthorAgeFilesLines
* [docker] let the ssh daemon speak for itself and drop the syslog daemon (#6529)Jakob Ackermann2019-04-161-6/+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>
* Use su-exec instead of gosu, much smallerThomas Boerger2016-11-281-1/+1
|
* Restructured docker buildingThomas Boerger2016-11-281-0/+6
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>