使用Nexus3.x搭建Docker私有倉庫

一、啓動 Nexus 容器(啓動Nexus前最好先肯定私有倉庫的端口) $ docker run -d --name nexus3 --restart=always \ -p 5000:5000 -p 8081:8081 \ --mount src=nexus-data,target=/nexus-data \ sonatype/nexus3 等待 3-5 分鐘,若是 ne
相關文章
相關標籤/搜索