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/