Centos 7 docker 安装gogs

Posted liangb

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 7 docker 安装gogs相关的知识,希望对你有一定的参考价值。

 

docker pull gogs/gogs


docker run -d --name=mygogs -p 2222:22 -p 9090:3000 -v /srv/gogs:/data gogs/gogs 


进入页面进行配置

ip注意不要用localhost 如果用了localhost 可以查阅下面文章进行修改

http://www.imooc.com/article/19177

以上是关于Centos 7 docker 安装gogs的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 7安装Gogs代码仓库

Centos7使用Docker安装Gogs源码git仓库

基于ansible在远程centos服务器docker环境安装docker-gogs

linux上Docker安装gogs私服亲测(详解)

linux上Docker安装gogs私服

Docker安装gitea