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 |
Tags
- 품질 표준
- angular-cli
- 네이버 클라우드 플랫폼
- 소프트웨어
- ISO25010
- 크롤링
- RxJS
- casperJS
- 구글 클라우드 플랫폼
- Cheerio
- angular2 google analytics
- nodejs
- angular2
- angular
- cyber.shinhan
- 페이지구분
- phantomjs
- SW
- npm repository
- ISO9126
- Nexus
- 품질
- pylint
- REQUEST
- docker
- 도커
- vscode
- 신한대학교
- ISO25000
- 서버
Archives
- Today
- Total
나를 위한 기록들
Docker에 Nexus 설치하기 본문
Nexus 데이터를 저장할 디렉토리
Nexus 는 user 를 200 으로 사용
sudo mkdir /data/nexus
sudo chown -R 200 /data/nexus
실행
docker run -itd \
-p 8081:8081 \
--restart always \
--name nexus \
--volume /data/nexus:/nexus-data \
sonatype/nexus3
접속 localhost:8081 (아이피:8081)
초기 아이디, 비밀번호
admin admin123
'Docker' 카테고리의 다른 글
How to Install Puppeteer And Nodejs in Docker (0) | 2019.09.15 |
---|---|
Unable to find image 'xxx' locally (0) | 2018.10.07 |
Docker에 Confluence 설치하기 (0) | 2018.09.16 |
Docker에 Jira 설치하기 (0) | 2018.09.16 |
Docker에 postgreSQL 설치하기 (0) | 2018.09.16 |
Comments