Minimalistic Sonatype Nexus3 general purpose repository based on alpine linux.
Please refer to the official API Docs.
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