/nexus3

Production ready Nexus3 with API postconfig for Docker Registry on Alpine

Primary LanguageDockerfile

Docker Pulls Docker Automation

Nexus3

Minimalistic Sonatype Nexus3 general purpose repository based on alpine linux.

API

Please refer to the official API Docs.

Getting started

Default credentials after startup: username: admin and password: admin123.

docker build -t nexus3 .
docker run -d -p 8081:8081 -v /tmp/nexus3:/nexus-data --name nexus3 nexus3