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

相关文章:

  • 2021-11-17
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2021-06-04
猜你喜欢
  • 2021-12-13
  • 2021-09-17
  • 2022-01-04
  • 2021-09-08
  • 2021-12-02
  • 2018-08-14
相关资源
相似解决方案