Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Windows
- web.xml
- import
- VirtualBox
- plugin
- find
- maVen
- 단축키
- IntelliJ
- Mac
- xargs
- bash
- Source
- JavaScript
- GIT
- grep
- vscode
- Eclipse
- context
- tomcat
- profile
- port
- ssh
- Quartz
- 네트워크
- netsh
- Windows 10
- lsof
- resource
- 줄바꿈 문자
Archives
- Today
- Total
develog
[windows] docker 로 gitlab 설치 본문
cmd 에서 실행
set GITLAB_HOME=C:\gitlab
echo %GITLAB_HOME%
docker run --detach --hostname gitlab.example.com ^
--publish 443:443 --publish 80:80 --publish 22:22 ^
--name gitlab ^
--restart always ^
--volume %GITLAB_HOME%\config:/etc/gitlab ^
--volume %GITLAB_HOME%\logs:/var/log/gitlab ^
--volume %GITLAB_HOME%\data:/var/opt/gitlab ^
gitlab/gitlab-ce:latest
https://docs.gitlab.com/omnibus/docker/
GitLab Docker images | GitLab
Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.
docs.gitlab.com
'Dev > git' 카테고리의 다른 글
[git] log (0) | 2021.06.30 |
---|---|
[git] fatal: refusing to merge unrelated histories (0) | 2021.05.19 |
[mac] docker 로 gitlab 설치 (0) | 2021.05.12 |
[git] fatal: Not a valid object name: 'master'. (0) | 2021.03.31 |
[git] merge vs rebase (0) | 2021.03.31 |