banner
NEWS LETTER

Docker部署nexus3私有仓库

Scroll down
  • 创建文件路径并赋予读写权限
1
2
mkdir -p /data/nexus/data
chmod 777 -R /data/nexus/data
  • 创建容器
1
docker run -dp 8081:8081 -v /root/Work/nexus/data:/nexus-data --name nexus3 --restart always sonatype/nexus3:latest
其他文章
请输入关键词进行搜索