summaryrefslogtreecommitdiffstats
path: root/docker/sshd_config
Commit message (Collapse)AuthorAgeFilesLines
* Restructured docker buildingThomas Boerger2016-11-281-16/+0
| | | | | | | | | 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>
* Remove RSA1 keys as only SSH version 2 is usedIvan Marban2016-01-061-1/+0
|
* New approach to Gogs Docker ContainerJean-Philippe Roemer2015-10-021-0/+17
- VOLUME for ‘/data’ - Usage of S6 as PID 1 Process - Usage of ‘socat’ so linked container (like databases) are binded to localhost - OpenSSH, Socat Link and Gogs are supervised using S6 - Size of container reduced to ~75Mo