Nexus Repository - install and configure using Docker
Configure Broker to be used for Nexus plugins
Docker pull for Nexus 3 and Nexus 2 configuration
Docker run commands to set up Broker Client for Nexus 3 and Nexus 2 integrations
docker run --restart=always \
-p 7341:7341 \
-e BROKER_TOKEN=secret-broker-token \
-e BROKER_SERVER_URL=<broker-region-url> \
-e BASE_NEXUS_URL=https://[<user>:<pass>@]<your.nexus.hostname> \
-e BROKER_CLIENT_VALIDATION_URL=https://<your.nexus.hostname>/service/rest/v1/status[/check] \
-e RES_BODY_URL_SUB=https://<your.nexus.hostname>/repository \
snyk/broker:nexusStart the Broker Client container and verify the connection with Nexus Repository Manager
PreviousNexus Repository - prerequisites and steps to install and configure BrokerNextNexus Repository - install and configure using Helm
Last updated
Was this helpful?

