标签:run hosted dmi blog repo 搭建 col 启动 alt
安装nexus
docker pull registry.docker-cn.com/sonatype/nexus3:3.13.0
mkdir -p /opt/share/files/nexus-data/
chow 200 /opt/share/files/nexus-data/
docker run -d -p 80:8081 --name nexus -v /opt/share/files/nexus-data:/nexus-data sonatype/nexus3:3.13.0
通过Nexus搭建maven私有仓库,并通过gradle上传jar
标签:run hosted dmi blog repo 搭建 col 启动 alt
原文地址:http://blog.51cto.com/penguintux/2298091