Replace references seen in the enterprise version to "Quay.io" with a config-pulled value
This commit is contained in:
parent
5d4a6fc279
commit
6f804c222a
18 changed files with 84 additions and 60 deletions
|
@ -1,4 +1,4 @@
|
|||
<p>Now that we've tagged our image with a repository name, we can <code>push</code> the repository to Quay.io:</p>
|
||||
<p>Now that we've tagged our image with a repository name, we can <code>push</code> the repository to <span class="registry-name"></span>:</p>
|
||||
|
||||
<pre class="command">
|
||||
<code ng-show="tour.tourScope.showSudo">sudo </code>docker push {{ tour.tourScope.domainName }}/{{ tour.tourScope.username }}/<var class="var2">{{ tour.tourScope.repoName || 'myfirstrepo' }}</var>
|
||||
|
|
Reference in a new issue