摘要: 1.拉取镜像 # docker pull gitlab/gitlab-ce 2.启动 # docker run --detach \ --hostname www.xxx.com \ --publish 1111:1111 --publish 2289:22 \ --name gitlab \ --restart always \ --volume /data/gitlab/config:/etc/gitlab \ --volume /data/gitlab/logs:/var/log/gitlab \ --volume /data/gitlab/data:/var/opt/gitlab \ gitlab/gitlab-ce 阅读全文
posted @ 2018-07-05 11:25 小田吃饺子 阅读(299) 评论(0) 推荐(0)