Start on work towards the tutorial. Note that this code is BROKEN
This commit is contained in:
parent
a049fc57c6
commit
dbed1300ad
14 changed files with 338 additions and 63 deletions
8
static/tutorial/docker-login.html
Normal file
8
static/tutorial/docker-login.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="container">
|
||||
<p>The first step when using Quay.io is to login via the <code>docker login</code> command.</p>
|
||||
<p>Enter your Quay.io username and your password when prompted.</p>
|
||||
<pre class="command">docker login quay.io
|
||||
Username: {{ tour.tourScope.username }}
|
||||
Password: (password here)
|
||||
Email: {{ tour.tourScope.email }}</pre>
|
||||
</div>
|
11
static/tutorial/signup.html
Normal file
11
static/tutorial/signup.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="container signin-container">
|
||||
<div class="row" style="margin-bottom: 10px">
|
||||
This tutorial will interact with your account, so please sign in to get started
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-sm-offset-3">
|
||||
<div class="user-setup" redirect-url="'/tutorial/'"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
1
static/tutorial/welcome.html
Normal file
1
static/tutorial/welcome.html
Normal file
|
@ -0,0 +1 @@
|
|||
This tutorial will walk you step-by-step through using Quay.io, including pushing/pulling repositories, making permissions changes and managing your repository.
|
Reference in a new issue