linux docker容器中安装maven nexus仓库

1.docker安装,参考上一篇rancher2.0搭建简单的k8s集群web 2.建立文件夹:/usr/local/work/mavendocker 3.运行docker,拉取nexus镜像。apache docker search nexus; #拉取nexus镜像 docker pull sonatype/nexus; #运行 docker run -idt -p 8081:8081 --
相关文章
相关标签/搜索