Skip to content

Commit

Permalink
Update README to add Getting Help section (sonatype#45)
Browse files Browse the repository at this point in the history
* Addition of section in README on how to get help, addition of TOC to be more in line with the rhel image README
  • Loading branch information
DarthHater committed Oct 21, 2016
1 parent acfe030 commit 222feb8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A Dockerfile for Sonatype Nexus Repository Manager 3, based on CentOS.

* [Notes](#notes)
* [Persistent Data](#persistent-data)
* [Getting Help](#getting-help)

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

```
Expand All @@ -22,7 +26,6 @@ Copy the Dockerfile and do the build-
$ docker build --rm=true --tag=sonatype/docker-nexus3 .
```


## Notes

* Default credentials are: `admin` / `admin123`
Expand Down Expand Up @@ -89,3 +92,12 @@ for additional information.
$ mkdir /some/dir/nexus-data && chown -R 200 /some/dir/nexus-data
$ docker run -d -p 8081:8081 --name nexus -v /some/dir/nexus-data:/nexus-data sonatype/docker-nexus3
```

## Getting Help

Looking to contribute to our Docker image but need some help? There's a few ways to get information or our attention:

* File a public issue [here on GitHub](https://github.com/sonatype/docker-nexus3/issues)
* Check out the [Nexus3](http:https://stackoverflow.com/questions/tagged/nexus3) tag on Stack Overflow
* Pop into [our public HipChat room](https://www.hipchat.com/gW26B2y2Z) and ask us some questions
* Check out the [Nexus Repository User List](https://groups.google.com/a/glists.sonatype.com/forum/?hl=en#!forum/nexus-users)

0 comments on commit 222feb8

Please sign in to comment.