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的主要内容,如果未能解决你的问题,请参考以下文章