summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-11-02 17:21:07 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-11-02 17:21:07 -0500
commitcf4d489c7e44378460198bc56693db29bd06232a (patch)
tree7a27d311253228bf0d1759e00a08d28847870097
parentc5918450c5b38ea12122cecd4b40eeecee17cc69 (diff)
index.html: re-add pull instructions
-rw-r--r--registry-browser/static/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/registry-browser/static/index.html b/registry-browser/static/index.html
index a4f8905..7e033f1 100644
--- a/registry-browser/static/index.html
+++ b/registry-browser/static/index.html
@@ -160,14 +160,15 @@ Aarch64 Docker Registry</h1>
<p>This is a privately-run docker registry containing repositories of aarch64 images for use with Docker on aarch64 platforms hosted on CoreOS quay.io. Details, including instructions for pulling images, can be found by clicking on each image name.
-<!--
+
<p>
-Images may be pulled from this repository using the <code>docker pull</code> command:<br/><br/>
-<code>docker pull docker-registry.linaro.org/<b><i>repository:tag</i></b></code><br/><br/>
+Images may be pulled from this using the <code>docker pull</code> command:<br/><br/>
+<code>docker pull quay.io/linaro/<b><i>repository:tag</i></b></code><br/><br/>
i.e.<br/><br/>
-<code>docker pull docker-registry.linaro.org/<b><i>centos7:latest</i></b></code>
+<code>docker pull quay.io/linaro/<b><i>centos7:latest</i></b></code>
</p>
+<!--
<br/>
<br/>