프로그램/docker / / 2019. 2. 19. 13:37

Gitlab Community Edition 설치하기(docker를 사용)

반응형


아래 명령어 순차적으로 실행

$ git clone https://github.com/IBM/Kubernetes-container-service-GitLab-sample.git gitlab

$ cd gitlab

$ docker-compose up -d



$docker ps -a  명렁어로 컨테이너가 잘 실행이 되고 있는지 확인 


이상이 없다면  http://server_ip:30080 접속


Register 후 사용 하면 됩니다.

자세한 설명 : 

https://developer.ibm.com/code/2017/07/13/step-step-guide-running-gitlab-ce-docker/



docker 이미지가 필요하다면 아래 위치 가이드 참고 : 

https://hub.docker.com/_/gitlab-community-edition

반응형
  • 네이버 블로그 공유
  • 네이버 밴드 공유
  • 페이스북 공유
  • 카카오스토리 공유