Sign inSign up

codered/nexus

By codered

Updated over 9 years ago

Docker Container for Nexus

Image
0

325

codered/nexus repository overview

Docker Container for Nexus

This is conainter for nexus.

To Build

> docker build --tag codered/nexus . # normal build
> docker build --no-cache=true --force-rm=true --tag codered/nexus . # force a full build

To Run

>    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

Tag summary

Content type

Image

Digest

Size

437.2 MB

Last updated

over 9 years ago

docker pull codered/nexus