initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
13
static/tutorial/welcome.html
Normal file
13
static/tutorial/welcome.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<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 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>
|
||||
|
||||
<p>This tutorial should take about <b>15 minutes</b>, but may take slightly longer depending on the speed of your internet connection</p>
|
Reference in a new issue