码迷,mamicode.com
首页 > 其他好文 > 详细

nexus 3.17.0 简单试用

时间:2019-07-03 00:14:11      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:bsp   opera   nes   nbsp   alt   line   volumes   参考资料   https   

老样子,使用docker-compose 运行

环境准备

  • docker-compose 文件
version: "3"
services: 
  nexus:
    image: sonatype/nexus3:3.17.0
    ports: 
    - "8081:8081"
    volumes: 
    - "./nexus-data:/nexus-data"
 
 

启动

docker-comppse up -d

新功能测试

  • 管理源账户向导
    可以看出新的向导,对于管理员密码,重新进行了调整,不是默认密码了,而是随机密码
    技术图片

     


    登陆完成的引导
    技术图片

     


    技术图片

     


    技术图片

     

  • 用户操作api
    技术图片

     

  • 路由规则
    技术图片

     

  • apt repo
    技术图片

     


    技术图片

     

  • golang repo
    技术图片

     


    参考配置
    技术图片

     

说明

当前暂时golang 的运行起来还是有点问题,后边写研究下,新版本的功能还是很不错的

参考资料

https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.17.0
https://help.sonatype.com/repomanager3/formats/go-repositories#GoRepositories-Goconfigurationexamples
https://help.sonatype.com/repomanager3/formats/apt-repositories

nexus 3.17.0 简单试用

标签:bsp   opera   nes   nbsp   alt   line   volumes   参考资料   https   

原文地址:https://www.cnblogs.com/rongfengliang/p/11123902.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!