HewlettPackard/docker-nexus

Name: docker-nexus

Owner: Hewlett Packard Enterprise

Description: Docker image for Sonatype Nexus

Created: 2016-01-06 23:52:25.0

Updated: 2015-12-10 13:10:05.0

Pushed: 2016-01-10 06:03:02.0

Homepage:

Size: 25

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

HewlettPackard/docker-nexus

Docker images for Sonatype Nexus with the Oracle JDK.

To build:

cker build --rm --tag HewlettPackard/docker-nexus oss/

To run (if port 8081 is open on your host):

cker run -d -p 8081:8081 --name nexus HewlettPackard/docker-nexus

or to assign a random port that maps to port 8081 on the container:

cker run -d -p 8081 --name nexus HewlettPackard/docker-nexus

To determine the port that the container is listening on:

cker ps nexus

To test:

rl http://localhost:8081/service/extdirect/poll/rapture_State_get

To build:

Copy the Dockerfile and do the build-

cker build --rm=true --tag=HewlettPackard/docker-nexus .
Notes
cker logs -f nexus

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.