summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-11-02 16:18:56 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-11-02 16:18:56 -0500
commit2e21470c9650b057e3f29847d53967901a62472a (patch)
tree4ee1b797870c8cd6d372764e7f28648549408f81
parent85648c4e6ce707d3b8fe5d15ba5a916ea8450c92 (diff)
index.html: updated instructions
-rw-r--r--registry-browser/static/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/registry-browser/static/index.html b/registry-browser/static/index.html
index 762e6a6..a4f8905 100644
--- a/registry-browser/static/index.html
+++ b/registry-browser/static/index.html
@@ -158,7 +158,9 @@ Aarch64 Docker Registry</h1>
<h2>Overview and Instructions</h2>
-<p>This is a privately-run docker registry containing repositories of aarch64 images for use with Docker on aarch64 platforms.
+<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/>
@@ -173,7 +175,7 @@ i.e.<br/><br/>
<blockquote>
Error response from daemon:<br/>
v2 ping attempt failed with error: Get https://docker-registry.linaro.org/v2/: x509: certificate signed by unknown authority<br/>
-v1 ping attempt failed with error: Get https://docker-registry.linaro.org/v1/_ping: x509: certificate signed by unknown authority. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `--insecure-registry docker-registry.linaro.org` to the daemon's arguments. In the case of HTTPS, if you have access to the registry's CA certificate, no need for the flag; simply place the CA certificate at /etc/docker/certs.d/docker-registry.linaro.org/ca.crt
+v1 ping attempt failed with error: Get https://docker-registry.linaro.org/v1/_ping: x509: certificate signed by unknown authority. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `-insecure-registry docker-registry.linaro.org` to the daemon's arguments. In the case of HTTPS, if you have access to the registry's CA certificate, no need for the flag; simply place the CA certificate at /etc/docker/certs.d/docker-registry.linaro.org/ca.crt
</blockquote>
To resolve this issue:
<ol>
@@ -182,6 +184,7 @@ To resolve this issue:
<li>Restart the Docker daemon
</ol>
</p>
+-->
</body>
</html>