Estimated reading time: 74 minutesDockerfile reference====================Docker can build images automatically by reading the instructions from a `Dockerfile`. A `Dockerfile` is a text document ...
使用容器安装Nexus31.下载nexus3的镜像:docker pull sonatype/nexus32.使用镜像启动一个容器:docker run d name nexus restart=always p 5000:5000 p 8081:8081 sonatype/nexus3注:5000端口是用于镜像仓库的服务端口 8081 端口是nexus的服务端口3....
最新评论