From 7b3864afb4f8058e71d0a007b084e51fa78c5ce4 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Wed, 2 Oct 2013 00:55:23 -0400 Subject: [PATCH] Tweak some details in the guide. --- static/partials/guide.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/partials/guide.html b/static/partials/guide.html index 74cc3313c..f702bc327 100644 --- a/static/partials/guide.html +++ b/static/partials/guide.html @@ -1,5 +1,5 @@
-
Warning: Quay requires docker version 0.7 or higher to work
+
Warning: Quay requires docker version 0.6.2 or higher to work

Getting started guide

@@ -7,10 +7,10 @@

Pushing a repository to Quay

First, tag the image with your repository name:

-
docker tag 0u123imageid quay.io/repo_namespace/repo_name
+
docker tag 0u123imageid quay.io/username/repo_name

Second, push the repository to Quay:

-
docker push quay.io/repo_namespace/repo_name
+
docker push quay.io/username/repo_name

@@ -19,7 +19,7 @@
Note: Private repositories require you to be logged in or the pull will fail. See below for how to sign into Quay if you have never done so before.
To pull a repository from Quay, run the following command:

-
docker pull quay.io/path/to/repository
+
docker pull quay.io/username/repo_name