码迷,mamicode.com
首页 > 其他好文 > 详细

docker安装gitlab-ce

时间:2018-08-08 17:37:58      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:follow   configure   pull   comment   3.1   extern   vim   git   com   

  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

标签:follow   configure   pull   comment   3.1   extern   vim   git   com   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!