跟福哥学编程吧~~
安装拉取镜像docker pull sonatype/nexus3创建目录mkdir /data/dockerdata/nexus3 chown 200.200 /data/dockerdata/nexus3启动容器docker run -tid \ ...