docker run --name nexus -p 8081:8081 -p 18443:18443 searchmymind/nexus
With a data container
docker run -v /nexus-data --name nexus-data armbuild/ubuntu docker run --rm --name nexus --volumes-from=nexus-data -p 8081:8081 -p 18443:18443 searchmymind/nexus
Content type
Image
Digest
Size
293.7 MB
Last updated
over 10 years ago
docker pull searchmymind/nexus