sonatype / docker-nexus

Docker image for Sonatype Nexus
Other
383 stars 201 forks source link

The sonatype/nexus:oss does not provide a management web-gui following instructions from docker hub. #86

Closed inbay closed 5 years ago

inbay commented 5 years ago

Following the description on https://hub.docker.com/r/sonatype/nexus/ { docker pull sonatype/nexus:oss docker run -d -p 8081:8081 --name nexus sonatype/nexus:oss } Provides me with a running container, but without a web gui to manage it at http://localhost:8081 Is a web server/gui included in the nexus container, and if so how can I configure this?

collinpeters commented 5 years ago

The UI on Nexus Repository Manager 2 lives at http://localhost:8081/nexus/ Are you able to see this one? I see that isn't explicitly called out in the readme so I'll throw together a quick PR.