docker搭建一下Nexus

发布时间:2020-05-29 02:38:20 作者:mom213
来源:网络 阅读:482

拉取镜像

docker pull sonatype/nexus3


启动容器

docker run -d --name nexus3 \
 --restart=always \
-p 8081:8081 \
-p 8082:8082  \
-p 8083:8083  \
-p 8084:8084  \
-p 8085:8085   \
-v /opt/nexus-data:/nexus-data \
sonatype/nexus3

查看容器日志

docker logs nexus3

确保正常启动后 使用浏览器访问http://服务器ip:8081

推荐阅读:
  1. 使用docker搭建nexus并配置docker私有仓库
  2. 搭建nexus私服

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

nexus3 搭建 dock

上一篇:nagios编译出错

下一篇:Bytom 记录功能教程

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》