Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deploy GitLab environment based on Docker

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to deploy GitLab environment based on Docker". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to deploy GitLab environment based on Docker".

Note: it is recommended that the virtual machine memory is more than 2g. Be sure to configure Ali Cloud's accelerated image.

1. Download the image file

Docker pull beginor/gitlab-ce:11.0.1-ce.0

two。 Create the configuration (etc), log (log) and data (data) of gitlab and put them outside the container to facilitate future upgrade.

3. Run the gitlab container

Go to the / mnt/gitlab/etc directory and run the command

4. Modify / mnt/gitlab/etc/gitlab.rb

Change external_url to the domain name or ip address of the deployment machine

Vi / mnt/gitlab/etc/gitlab.rb

External_url 'http://192.168.125.126'

5. Modify / mnt/gitlab/data/gitlab-rails/etc/gitlab.yml

Vi / mnt/gitlab/data/gitlab-rails/etc/gitlab.yml

Find the keyword * # # web server settings *

Change the value of host to the mapped external host ip address and port

6. Restart the docker container

Stop the container, delete the container information, restart docke, and rerun the gitlab container

7. Complete

The web management page of gitlab can be accessed normally.

Thank you for reading, the above is the content of "how to deploy the GitLab environment based on Docker". After the study of this article, I believe you have a deeper understanding of how to deploy the GitLab environment based on Docker, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report