docker/nexus3
2018-04-09 14:00:35 +08:00
..
docker-compose.yml 更新nginx和IDEAlicenseServer 2018-04-09 14:00:35 +08:00
README.md 新增jenkins,nexus和oracle 2016-11-23 21:55:00 +08:00

sonatype/nexus3

sonatype/nexus3

A Dockerfile for Sonatype Nexus Repository Manager 3, based on CentOS. The git repo is https://github.com/sonatype/docker-nexus3.

To run, binding the exposed port 8081 to the host.

$ docker run -d -p 8081:8081 --name nexus sonatype/nexus3

To test:

$ curl -u admin:admin123 http://localhost:8081/service/metrics/ping

To (re)build the image, copy the Dockerfile and do the build:

$ docker build --rm=true --tag=sonatype/nexus3 .

Notes

Default credentials are: admin / admin123