Actions
Feature #8101
closedShow docker pull url for repository details page
Description
1) Create a Docker Repo
2) Click on the docke repo details
Note that the published at/content url is not really useful. It just tells where the image was published, but its not really useful in the way yum/puppet way for docker,
What would be more useful is the docker pull url that the client wanting to consume that image would use. For example
""
docker pull <FQDN>:5000/default_organization-docker_images-fedora
""
Note this is probably going to be slightly different when looking inside content views.
Actions