nexus container
Dockerhub: thstangenberg/nexus
1g256m-server -Djava.net.preferIPv4Stack=trueRun nexus repository as docker container.
docker run --name="nexus" -p 9000:9000 thstangenberg/nexus
Make is used as build system.
make / starts normal docker build.make run / build and run the container. This uses nexus as container name and automatically stops a running container with an equal name beforehand.make bash / build, run the container and start a bash prompt.make ncbuild / normal build without using the docker cache ( --no-cache ).Docker Build Reference https://docs.docker.com/reference/builder/
Content type
Image
Digest
sha256:2ff356b20…
Size
593.1 MB
Last updated
almost 10 years ago
docker pull thstangenberg/nexus