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

最新文章

  1. php : 基础(1)
  2. batchInsert xml 配置 ibatis
  3. 一款基于bootstrap的datetimepicker
  4. TimeQuest 静态时序分析 基本概论
  5. c#匿名类,匿名对象
  6. hdu 2112 HDU Today
  7. [转]C#中的?和??
  8. bzoj 1419 Red is good(期望DP)
  9. swift基础--变量
  10. SQL语句之二建表
  11. javascript预加载和延迟加载
  12. Coco2dx-3.0中怎样调用LUA
  13. mongo数据库基础
  14. 能不能在FOR循环中执行SQL?
  15. 用ABP只要加人即可马上加快项目进展(二) - 分工篇
  16. css sprite---css精灵网页图片应用处理方式分析
  17. 概率论基础教程 (Sheldon M. Ross 著)
  18. centos7 pptp 安装
  19. DOTWeen 使用
  20. SuperSlide轮播插件滚动高度或宽度不对的问题解决

热门文章

  1. Myeclipse如何使用自带git工具向远程仓库提交代码(转)
  2. 3dmax沿立方体边扩展出面
  3. 洛谷P3272 [SCOI2011]地板(插头dp)
  4. 两数相加LeetCode
  5. JavaSE---基本网络支持
  6. (转)COBBLER无人值守安装
  7. Coroutine(协程)模式与线程
  8. WPF机制和原理
  9. 《移动Web前端高效开发实战》笔记4--打造单页应用SPA
  10. 1、http简介