首页 > 其他 > 详细

docker安装gitlab-ce

时间:2018-08-08 17:18:25      阅读:163      评论:0      收藏:0      [点我收藏+]
  1. pull and run
docker pull docker.io/gitlab/gitlab-ce 
docker run -itd --name gitlab -p 10080:80 gitlab/gitlab-ce 
  1. configuration
vim /etc/gitlab/gitlab.rb to uncomment follow
external_url ‘http://192.168.43.137‘

3 . statrt and reconfigure

gitlab-ctl start` and `gitlab-ctl reconfigure

docker安装gitlab-ce

原文:https://www.cnblogs.com/vickey-wu/p/9443909.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!