This is conainter for nexus.
> docker build --tag codered/nexus . # normal build
> docker build --no-cache=true --force-rm=true --tag codered/nexus . # force a full build
> docker run --name nexus \
--detach \
--restart unless-stopped \
--publish 8081:8081 \
--volume /var/lib/nexus/sonatype-work:/u01/sonatype-work \
codered/nexus
docker stop nexus
docker start nexus
Content type
Image
Digest
Size
437.2 MB
Last updated
over 9 years ago
docker pull codered/nexus