https://github.com/arranbartish/artifact-repository
artifact repository for docker images and build artifacts
https://github.com/arranbartish/artifact-repository
Last synced: 4 months ago
JSON representation
artifact repository for docker images and build artifacts
- Host: GitHub
- URL: https://github.com/arranbartish/artifact-repository
- Owner: arranbartish
- License: mit
- Created: 2017-08-29T10:50:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T17:06:50.000Z (almost 9 years ago)
- Last Synced: 2025-10-22T10:57:46.401Z (8 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artifact-repository
artifact repository for docker images and build artifacts
# docker hub location
https://hub.docker.com/r/arranbartish/artifact-repository/
```
$ docker build -t artifact-repository .
$ docker run -d --name repository-data artifact-repository echo "data-only container for Nexus"
$ docker run -d -p 8081:8081 --name repository --volumes-from repository-data artifact-repository
$ docker run -p 8081:8081 artifact-repository
```