nexus3(私有仓库)

buyfakett

nexus3

官网open in new window

启动

#!/bin/bash

mkdir -p nexus-data && chown -R 200.200 nexus-data

docker kill nexus3
docker rm nexus3
docker run -d -p 8081:8081 --name nexus3 \
--restart=always \
-v /etc/timezone:/etc/timezone:ro \
-v /etc/localtime:/etc/localtime:ro \
-v $(pwd)/nexus-data:/nexus-data \
sonatype/nexus3:3.69.0
Last Updated 6/26/2024, 5:52:45 AM
ON THIS PAGE