Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T14:24:31.000Z (over 3 years ago)
- Last Synced: 2024-11-07T01:35:21.889Z (about 2 months ago)
- Topics: automation, best-practices, devops, nexus
- Language: Dockerfile
- Homepage: http://aem.design
- Size: 31.3 KB
- Stars: 0
- Watchers: 12
- 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
[![build_status](https://travis-ci.org/aem-design/docker-nexus.svg?branch=master)](https://travis-ci.org/aem-design/docker-nexus)
[![github license](https://img.shields.io/github/license/aem-design/nexus)](https://github.com/aem-design/nexus)
[![github issues](https://img.shields.io/github/issues/aem-design/nexus)](https://github.com/aem-design/nexus)
[![github last commit](https://img.shields.io/github/last-commit/aem-design/nexus)](https://github.com/aem-design/nexus)
[![github repo size](https://img.shields.io/github/repo-size/aem-design/nexus)](https://github.com/aem-design/nexus)
[![docker stars](https://img.shields.io/docker/stars/aemdesign/nexus)](https://hub.docker.com/r/aemdesign/nexus)
[![docker pulls](https://img.shields.io/docker/pulls/aemdesign/nexus)](https://hub.docker.com/r/aemdesign/nexus)
[![github release](https://img.shields.io/github/release/aem-design/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
```