标签: nexus

1 篇文章

docker 部署 nexus
docker 安装 nexus #!/bin/bash docker run -d --user root -p 8081:8081 -v /opt/nexus-data:/nexus-data --…