Formulir Kontak

Nama

Email *

Pesan *

Cari Blog Ini

Docker Push To Sonatype Nexus

Deploying Sonatype Nexus Repository Manager 2 with Docker

Pulling the Image from the Repository

To pull the image from the repository group exposed at port 18443, use the following Docker client command:

``` docker pull :18443/sonatype/nexus3 ```

Replace with the Nexus hostname or IP address.

Using HTTPS

If the repository connector uses HTTPS, use the following command instead:

``` docker pull https://:18443/sonatype/nexus3 ```

Running the Container

To run the container, bind the exposed port 8081 to the host port 8081 and specify the Nexus hostname using the -e option:

``` docker run -d -p 8081:8081 --name nexus sonatype/nexus3 -e SONATYPE_NEXUS_HOSTNAME= ```

Replace with the Nexus hostname or IP address.

Docker Images for Sonatype Nexus Repository Manager 2

Docker images for Sonatype Nexus Repository Manager 2 with the OpenJDK are available starting with version 2.16.3.


Komentar