Tutorial improvements

- Skip the build-related tutorial steps when builds are disabled
- Make the styling of the tutorial more consistent with the new layout
This commit is contained in:
Joseph Schorr 2015-06-04 14:15:47 -04:00
parent 04678e4e64
commit 4347e2f344
8 changed files with 28 additions and 15 deletions

View file

@ -1,10 +1,11 @@
<p>This tutorial will walk you step-by-step through using <span class="registry-name"></span>, covering:
<ul>
<li>Logging into <span class="registry-name"></span> from Docker</li>
<li>Logging into <span class="registry-name"></span> from the Docker CLI</li>
<li>Starting a container</li>
<li>Creating images from a container</li>
<li>Pushing a repository to <span class="registry-name"></span></li>
<li>Viewing a repository</li>
<li quay-require="['BUILD_SUPPORT']">Setting up build triggers</li>
<li>Changing a repository's permissions</li>
</ul>
</p>