制品库nexus

来自linux中国网wiki
跳到导航 跳到搜索

ins

version: "3"

services:
  nexus:
    image: sonatype/nexus3
    volumes:
      - "nexus-data:/sonatype-work"
    ports:
      - "8081:8081"
  
volumes:
  nexus-data: {}

cofnig

docker exec -i eab3067209b1 cat /nexus-data/admin.password 
7c44e3fc-c121-404b-b741-ed554b749fda

https://hub.docker.com/r/sonatype/nexus3

https://github.com/sonatype/docker-nexus/blob/main/docker-compose.yml