docker-ci-tool-stack Demo
2.3K
The Dockerfile builds and starts a Nexus repository and configures the JBoss Enterprise maven repos on Nexus.
docker pull mbirkner/docker-ci-tool-stack-nexus
docker run -d -p 8081:8081 nexus
docker build -t nexus .
docker run -d -p 8081:8081 nexus
Content type
Image
Digest
Size
277.9 MB
Last updated
almost 9 years ago
docker pull mbirkner/docker-ci-tool-stack-nexus