nexus Docker创建

docker run -d -p 8081:8081 --name nexus sonatype/nexus3
docker cp /nexus-data /home/nexus-data
chmod 777 nexus-data/
docker rm -f nexus
docker run -d -p 8081:8081 --name nexus -v /home/nexus:/nexus-data  --restart=always   sonatype/nexus3

新建仓储
image
启用API-KEY
image
查看API-KEY
image

[Nexus-Nuget]( https://blog.csdn.net/weixin_39305029/article/details/105281311#:~:text=其实Nexus默认已经创建好了Nuget的仓库,并且是创建了3个不同类型的仓库:nuget-group,nuget-hosted,nuget.org-proxy。 ,%EF%BC%881%EF%BC%89%20nuget.org-proxy)

posted @ 2022-09-11 14:33  Bug专员  阅读(69)  评论(0)    收藏  举报