Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnheusinger committed Mar 24, 2022
1 parent 983f55a commit 4aee1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ A container image for Sonatype Nexus Repository Manager OSS, based on Alpine Lin

* Alpine Linux 3.14
* OpenJDK JRE 8u212
* Nexus Repository Manager OSS 3.37.3 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2021-release-notes/nexus-repository-3.37.0---3.37.3-release-notes))
* Nexus Repository Manager OSS 3.38.0 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2022-release-notes/nexus-repository-3.38.0-release-notes))

## Running

Running it locally (for the latest tag, check [quay.io/repository/travelaudience/docker-nexus](https://quay.io/repository/travelaudience/docker-nexus?tab=tags):

```shell
docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.37.3-02
docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.38.0
```

## Reasoning
Expand Down

0 comments on commit 4aee1f6

Please sign in to comment.