项目作者: willemvd

项目描述 :
Gitea for unprivileged Docker
高级语言: Shell
项目地址: git://github.com/willemvd/gitea-unprivileged-docker.git
创建时间: 2017-01-03T07:15:39Z
项目社区:https://github.com/willemvd/gitea-unprivileged-docker

开源协议:

下载


Gitea for unprivileged Docker

To support Gitea on an environment where no root user is allowed to run, like OpenShift Dedicated/Online, this Docker image can be used.

The base image for this Gitea container is the Gitea official image

To be able to do so, we run

  • the OpenSSH server on port 2222 instead of 22
  • don’t use syslogd, but let sshd print to stdout/stderr instead of file