nexus-docker部署

docker run --name nexus01 -it \
-p 8081:8081 -p 8082:8082 \
-v /data/nexus/data:/nexus-data \
-v /etc/localtime:/etc/localtime:ro \
--network bridge00 \
--restart unless-stopped \
-d sonatype/nexus3:latest

数据路径/nexus-data
参考链接
https://hub.docker.com/r/sonatype/nexus3/
posted @ 2020-05-25 10:36  kylingx  阅读(826)  评论(0编辑  收藏  举报