Artifactory Repository - install and configure using Docker
Configure Broker to be used for Artifactory Registry
Docker run commands to set up a Broker Client for Artifactory Repository
docker run --restart=always \
-p 8000:8000 \
-e BROKER_TOKEN=secret-broker-token \
-e BROKER_SERVER_URL=<broker-region-url> \
-e ARTIFACTORY_URL=<yourdomain>.artifactory.com/artifactory \
snyk/broker:artifactoryStart the Broker Client container and verify the connection with Artifactory Repository
PreviousArtifactory Repository - prerequisites and steps to install and configure BrokerNextArtifactory Repository - install and configure using Helm
Last updated
Was this helpful?

