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 |
Tags
- angular-cli
- 품질
- 도커
- SW
- Cheerio
- Nexus
- ISO25000
- casperJS
- ISO25010
- angular2 google analytics
- 구글 클라우드 플랫폼
- cyber.shinhan
- REQUEST
- 페이지구분
- 크롤링
- ISO9126
- nodejs
- 신한대학교
- 소프트웨어
- phantomjs
- angular
- 네이버 클라우드 플랫폼
- 품질 표준
- pylint
- docker
- 서버
- RxJS
- vscode
- npm repository
- angular2
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