docker部署maven私有仓库 nexus3
docker pull sonatype/nexus3:3.7.1 docker run -d --name nexus3.x --network host -v /volume-data/nexus3/nexus-data:/nexus-data -u 0 --restart always sonatype/nexus3:3.7.1
docker pull sonatype/nexus3:3.7.1 docker run -d --name nexus3.x --network host -v /volume-data/nexus3/nexus-data:/nexus-data -u 0 --restart always sonatype/nexus3:3.7.1