摘要: 使用容器安装Nexus3 1.下载nexus3的镜像: docker pull sonatype/nexus3 2.使用镜像启动一个容器: docker run -d -p 8081:8081 -p 5000:5000 --name nexus3 -v /nexus-data:/nexus-data 阅读全文
posted @ 2019-01-04 10:28 linyouyi 阅读(888) 评论(0) 推荐(0)