标签:bsp opera nes nbsp alt line volumes 参考资料 https
老样子,使用docker-compose 运行
version: "3"
services: 
  nexus:
    image: sonatype/nexus3:3.17.0
    ports: 
    - "8081:8081"
    volumes: 
    - "./nexus-data:/nexus-data"
docker-comppse up -d
当前暂时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
标签:bsp opera nes nbsp alt line volumes 参考资料 https
原文地址:https://www.cnblogs.com/rongfengliang/p/11123902.html