https://github.com/aem-design/docker-nexus
nexus container to use in your devops ci/cd architecture
https://github.com/aem-design/docker-nexus
automation best-practices devops nexus
Last synced: 4 months ago
JSON representation
nexus container to use in your devops ci/cd architecture
- Host: GitHub
- URL: https://github.com/aem-design/docker-nexus
- Owner: aem-design
- License: apache-2.0
- Created: 2019-08-30T02:19:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T14:24:31.000Z (about 5 years ago)
- Last Synced: 2025-08-23T09:02:18.247Z (10 months ago)
- Topics: automation, best-practices, devops, nexus
- Language: Dockerfile
- Homepage: http://aem.design
- Size: 31.3 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## CentOS 7 with Nexus
[](https://travis-ci.org/aem-design/docker-nexus)
[](https://github.com/aem-design/nexus)
[](https://github.com/aem-design/nexus)
[](https://github.com/aem-design/nexus)
[](https://github.com/aem-design/nexus)
[](https://hub.docker.com/r/aemdesign/nexus)
[](https://hub.docker.com/r/aemdesign/nexus)
[](https://github.com/aem-design/nexus)
This is docker image based on [aemdesign/oracle-jdk](https://hub.docker.com/r/aemdesign/oracle-jdk/) with Nexus added
### Included Packages
Following is the list of packages included
* nexus - for storing artifacts
### Starting
To start local Nexus instance on port 8081
```bash
docker run --name nexus \
-p8081:8080 -d \
aemdesign/nexus:latest
```