Tour fixes/improvements:
- Use a placeholder for the container id and repo name - Add a skip button for docker login - Add better messaging around permissions
This commit is contained in:
parent
dc230a1004
commit
798b6fd1bc
7 changed files with 18 additions and 11 deletions
|
@ -18,5 +18,5 @@
|
|||
<p>To do so, we run the <code>docker commit</code> with the container ID from the previous step and tag it to be a repository under <code>quay.io</code>.
|
||||
|
||||
<pre class="command">
|
||||
docker commit <var class="var1">{{ tour.tourScope.containerId }}</var> quay.io/{{ tour.tourScope.username }}/<var class="var2">{{ tour.tourScope.repoName }}</var>
|
||||
docker commit <var class="var1">{{ tour.tourScope.containerId || 'containerId' }}</var> quay.io/{{ tour.tourScope.username }}/<var class="var2">{{ tour.tourScope.repoName || 'myfirstrepo' }}</var>
|
||||
</pre>
|
||||
|
|
Reference in a new issue