I have a docker agent setup under the "Configure Clouds" page on Jenkins. It is successfully pulling bibinwilson/jenkins-slave:latest and I've done some successful test runs, but I am hitting rate limiting issues so I would like to pull from Artifactory or anywhere other than docker-hub. I have already pushed the image to Artifactory from my server, however I do not know how to configure the Jenkins Agent to pull from Artifactory.
Is this possibly something that would be configured under configureClouds>docker_agent_templates>container_settings>Docker_Command on Jenkins? Or maybe I am supposed to change some settings on the docker server? Please help.