docker로 nexus3 설치시
docker run -itd —name nexus -p 8081:8081 -p 12000:12000 -v /test:/nexus-data nexus:jaeyong
이렇게 했을때 ~ /sonatype-work/nexus3/log/jvm.log due to permission denied
뭐 이렇게 나오면
docker run시 볼륨부분을
-v /test;/nexus-data:z or /test:/nexus-data:Z
두 개중 하나룰 선택해서 다시 run 해보자
'나는 노동자 > 이런저런 Tip' 카테고리의 다른 글
리눅스 크롬 에러 chrome (0) | 2020.03.27 |
---|---|
pod pv pvc 강제 삭제 (0) | 2020.02.17 |
redhat subscription yum repo (0) | 2020.01.31 |
docker image load (0) | 2020.01.22 |
Delete evicted pods from all namespaces (also ImagePullBackOff and ErrImagePull) (0) | 2019.12.19 |