Is it possible to setup a local artifactory docker repository that points to another instance’s docker repository? -


i’m trying configuring remote docker repository on local instance pointing hosted devops team. tried several urls including https://<user>:<api_token>@<domain>/artifactory/<repo>/ (which lists instance's docker repo’s contents if try directly on browser) none worked.

is possible? if yes, how should go it?

you should include 'api' component part of url. configure instance artifactory (the 1 proxying artifactory docker repository) full url. documented here:

https://www.jfrog.com/confluence/display/rtf/docker+registry#dockerregistry-dockerrepositorypathanddomain


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -