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/
原文地址:https://www.cnblogs.com/kylingx/p/12955497.html