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
- bash
- VirtualBox
- web.xml
- ssh
- 줄바꿈 문자
- plugin
- IntelliJ
- Mac
- find
- grep
- profile
- maVen
- Quartz
- GIT
- Windows 10
- JavaScript
- tomcat
- netsh
- 단축키
- import
- vscode
- port
- context
- 네트워크
- resource
- xargs
- Source
- Windows
- Eclipse
- lsof
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/
'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 |
Comments