🌐
Docker Hub
hub.docker.com › r › sonatype › nexus
sonatype/nexus - Docker Image
Docker images for Sonatype Nexus Repository Manager 2 with the Oracle JDK.
🌐
Docker Hub
hub.docker.com › r › walkingdevs › nexus2
walkingdevs/nexus2 - Docker Image
Nexus 2 · Image · 0 · 10K+ OverviewTags · docker run --restart always -d \ --name nexus \ -p 8081:8081 \ -v /data:/data \ aibar/nexus2 Copy · Recent tags · latest · Recent tags · Content type · Image · Digest · Size · 108.3 MB · Last updated · almost 10 years ago ·
🌐
GitHub
github.com › sonatype › docker-nexus
GitHub - sonatype/docker-nexus: Docker image for Sonatype Nexus · GitHub
Sonatype has sunset Nexus Repository 2 as of June 30, 2025. There are no more planned improvements to Nexus Repository 2.
Author   sonatype
🌐
Docker
hub.docker.com › layers › sonatype › nexus › 2.15.0 › images › sha256-8645c7a5aef3b2d737ed5419ea002e7f5aeee988b47738e4acf7687ddb268b6a
Image Layer Details - sonatype/nexus:2.15.0
Welcome to the world's largest container registry built for developers and open source contributors to find, use, and share their container images. Build, push and pull.
🌐
GitHub
github.com › mlabouardy › nexus-cli
GitHub - mlabouardy/nexus-cli: Nexus CLI for Docker Registry v2 🐳
wget https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/osx/nexus-cli
Starred by 294 users
Forked by 125 users
Languages   Go
🌐
GitHub
github.com › dockerbase › nexus
GitHub - dockerbase/nexus: Dockerbase Image Nexus · GitHub
docker run --name dockerbase-nexus --restart=always -t -p 8081:8081 --cidfile cidfile -d dockerbase/nexus /sbin/runit · Description: Ubuntu 14.04.1 LTS git version 1.9.1 OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014 java version "1.8.0_20" Java(TM) SE Runtime Environment (build 1.8.0_20-b26) Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode) nexus:2.9.2:01
Author   dockerbase
🌐
Docker Hub
hub.docker.com › r › sonatype › nexus3
sonatype/nexus3 - Docker Image
The Chef cookbook being used is available on GitHub at sonatype/chef-nexus-repository-manager⁠. We are using rspec as the test framework. serverspec provides a docker backend (see the method set in the test code) to run the tests inside the docker container, and abstracts away the difference between distributions in the tests (e.g. yum, apt,...). ... A Red Hat certified container image can be created using Dockerfile.rh.ubi.java21⁠ which is built to be compliant with Red Hat certification.
🌐
OneUptime
oneuptime.com › home › blog › how to configure nexus repository for container images on ubuntu
How to Configure Nexus Repository for Container Images on Ubuntu
March 2, 2026 - # Log in to the private registry docker login your-nexus-server:8082 -u admin -p your-password # Tag an image for the Nexus registry docker tag myapp:latest your-nexus-server:8082/myapp:latest # Push the image docker push your-nexus-server:8082/myapp:latest # Pull an image through the proxy (gets it from Docker Hub, caches it) docker pull your-nexus-server:8083/ubuntu:22.04 # Pull through the group (checks private first, then proxy) docker pull your-nexus-server:8084/myapp:latest
🌐
DZone
dzone.com › testing, deployment, and maintenance › deployment › how to publish docker images on a private nexus repository using jib maven plugin
How to Publish Docker Images on a Private Nexus Repository Using Jib Maven Plugin
February 11, 2020 - Nexus is a repository manager tool, used for hosting various types of artifacts like jar, npm packages and Docker/OCI images. There are some prerequisite for this tutorial to be completed. 1. Download Nexus from below location, you need to choose your operating system version. 2.
Find elsewhere
🌐
GitHub
github.com › airdock-io › docker-nexus
GitHub - airdock-io/docker-nexus: Docker image for Nexus Repository Manager · GitHub
Docker image for Nexus Repository Manager. This repository contains Dockerfile for Docker's automated build published to the public Docker Hub Registry. ... You should have already install Docker.
Starred by 2 users
Forked by 3 users
Languages   Makefile 60.2% | Dockerfile 39.8%
🌐
Stack Overflow
stackoverflow.com › questions › 64633887 › how-to-use-connect-to-sonatype-nexus-docker-registry-v2-api-in-a-web-application
how to use\connect to sonatype nexus docker registry v2 api in a web application? - Stack Overflow
Additionally, you may need to set some additional headers to connect to nexus / sonatype. Here is an example with curl: Copycurl -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -H "Content-Type: application/json" -H "User-Agent: docker/20.10.14" -u username:password -i https://nexus3:8083/v2/_catalog
🌐
GitHub
github.com › sonatype › docker-nexus › blob › main › oss › Dockerfile
docker-nexus/oss/Dockerfile at main · sonatype/docker-nexus
com.sonatype.license="Apache License, Version 2.0" \ com.sonatype.name="Nexus Repository Manager OSS base image" · ARG NEXUS_VERSION=2.15.2-03 · ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/oss/nexus-${NEXUS_VERSION}-bundle.tar.gz · · ENV SONATYPE_WORK=/sonatype-work ·
Author   sonatype
🌐
Edgexfoundry
nexus.edgexfoundry.org › content › sites › docs › staging › california › docs › _build › html › Ch-GettingStartedUsersNexus.html
3.2. Getting Docker Images from Edgex Nexus Repository — EdgeX documentation
If you are creating your own Docker Compose file or want to use and existing EdgeX Docker Compose file but selectively use Nexus images, replace the name/location of the Docker image in your docker-compose.yml file for the containers you want to get from Nexus versus Docker Hub.
🌐
GitHub
github.com › fabric8io-images › nexus-docker
GitHub - fabric8io-images/nexus-docker: docker image for nexus which includes a staging repo · GitHub
docker image for nexus which includes a staging repo - fabric8io-images/nexus-docker
Starred by 5 users
Forked by 11 users
Languages   Shell
🌐
DEV Community
dev.to › 574n13y › deploy-nexus-as-a-docker-container-363m
Deploy Nexus as a Docker Container - DEV Community
November 22, 2024 - Set up repositories for Maven, npm, or Docker images. Click here for repo - https://gitlab.com/574n13y/devops4-deploy-nexus-as-docker-container
🌐
Red Hat
catalog.redhat.com › en › software › containers › sonatype › nexus-repository-manager › 594c281c1fbe9847af657690
Sonatype Nexus Repository Manager
April 10, 2026 - This directory needs to be writable by the Nexus process, which runs as UID 200. There is an environment variable that can used to pass JVM arguments to the startup script This can be supplied at runtime: $ docker run -d -p 8081:8081 --name nexus -e INSTALL4J_ADD_VM_PARAMS="-Xms2g -Xmx2g -XX:MaxDirectMemorySize=3g -Djava.util.prefs.userRoot=/some-other-dir" sonatype/nexus3 Of particular note, -Djava.util.prefs.userRoot=/some-other-dir can be set to a persistent path, which will maintain the installed Nexus Repository License if the container is restarted.
🌐
Sonatype
blog.sonatype.com › sonatype-nexus-installation-using-docker
Sonatype Nexus Repository Docker Installation Guide
October 30, 2025 - # docker pull sonatype/nexus · 2. Build an image from a Nexus Dockerfile# docker build –rm –tag sonatype/nexus oss/ # docker build –rm –tag sonatype/nexus-pro pro/ (For Pro) 3.