A Docker image for Sonatype Nexus Repository Manager.
10K+
To run this image:
docker run -p 8081:8081 decipher/nexus:latest
If you need data to persist after the conainer exits you can mount a volume:
docker run -p 8081:8081 -v ${PWD}/sonatype-work:/var/lib/nexus/sonatype-work decipher/nexus:latest
Lastly, it is not required but we recommend you run the container as an arbitrary user:
docker run -p 8081:8081 -v ${PWD}/sonatype-work:/var/lib/nexus/sonatype-work -u 1024 decipher/nexus:latest
This image launches with the default administrator username and password. In the above examples you can access the web interface at http://localhost:8081.
Content type
Image
Digest
sha256:bfb241f5b…
Size
287.5 MB
Last updated
over 1 year ago
docker pull deciphernow/nexus