使用docker搭建maven私服

1.搜索docker鏡像庫中的nexus鏡像; docker search nexus; 2.拉取nexus熱度最高的鏡像庫; docker pull sonatype/nexus3 3.鏡像new一個容器啓動; docker run -d -p 8081:8081 --name nexus -v /root/nexus-data:/var/nexus-data --restart=always
相關文章
相關標籤/搜索