Test Your Docker Reverse Proxy Setup

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

To verify your reverse proxy is configured correctly, run the following command making sure that the return code is 200:

curl -I -k -v https://<artifactory url>/api/system/ping

Run the following commands to ensure your proxy configuration is functional and can communicate with Artifactory:

  • Pull the "hello-world" image

    docker pull hello-world
  • Login to repository docker-virtual

    docker login docker-virtual.art.local
  • Tag the "hello-world" image

    docker tag hello-world docker-virtual.art.local/hello-world
  • Push the tagged "hello-world" image to docker-virtual

    docker push docker-virtual.art.local/hello-world