Search Docker Hub
docker-nexus
By usman
A dockerized Sonatype Nexus container
1.4K
Docker version of Sonatype Nexus
To run nexus:
docker run -d -p 8081:8081 --name nexus usman/docker-nexus
To backup nexus data:
docker run --volumes-from nexus -v $(pwd):/backup ubuntu tar cvf /backup.tar /opt/sonatype-work/
Content type
Image
Digest
sha256:1bbdc3569…
Size
345.3 MB
Last updated
almost 11 years ago
docker pull usman/docker-nexus