We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d712187 commit 2db13ddCopy full SHA for 2db13dd
app/tag/tag-detail.html
@@ -27,7 +27,7 @@ <h1>
27
</h1>
28
29
<div class="well">
30
- docker pull {{registryHost.host}}<span ng-if="registryHost.port != 80 && registryHost.port != 443">:{{registryHost.port}}</span>/{{repositoryUser}}/{{repositoryName}}:{{tagName}}
+ docker pull {{registryHost.host}}<span ng-if="registryHost.port != 80 && registryHost.port != 443">:{{registryHost.port}}</span>/{{repository}}:{{tagName}}
31
</div>
32
33
<image-details></image-details>
0 commit comments