
cutekk/gogsRUN:
docker run -d --restart=always --name=gogs -p ***:22 -p ***:3000 -v $PWD/data:/data cutekk/gogs
Application Most of settings are obvious and easy to understand, but there are some settings can be confusing by running Gogs inside Docker:
Repository Root Path: keep it as default value /home/git/gogs-repositories because start.sh already made a symbolic link for you.
Run User: keep it as default value git because build.sh already setup a user with name git.
Domain: fill in with Docker container IP (e.g. 192.168.99.100). But if you want to access your Gogs instance from a different physical machine, please fill in with the hostname or IP address of the Docker host machine.
SSH Port: Use the exposed port from Docker container. For example, your SSH server listens on 22 inside Docker, but you expose it by ***:22, then use *** for this value. Builtin SSH server is not recommended inside Docker Container
HTTP Port: Use port you want Gogs to listen on inside Docker container. For example, your Gogs listens on 3000 inside Docker, and you expose it by ***:3000, but you still use 3000 for this value.
Application URL: Use combination of Domain and exposed HTTP Port values (e.g. [***]
Full documentation of application settings can be found here.



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务