Sign inSign up

deciphernow/nexus

By deciphernow

Updated over 1 year ago

A Docker image for Sonatype Nexus Repository Manager.

Image
0

10K+

deciphernow/nexus repository overview

Running

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

Using

This image launches with the default administrator username and password. In the above examples you can access the web interface at http://localhost:8081.

Tag summary

Content type

Image

Digest

sha256:bfb241f5b

Size

287.5 MB

Last updated

over 1 year ago

docker pull deciphernow/nexus