summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-11-21 22:11:54 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-11-21 22:11:54 -0500
commit8b158b04e87caba9dac8c1d8d267da929f107336 (patch)
treeae8888158ccd26cb85dddcee6a809ca76eb81c45
parentbc74a0f43ec001605c2168236eb5dce6ed3e532a (diff)
index.html: cleanup
-rw-r--r--registry-browser/static/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/registry-browser/static/index.html b/registry-browser/static/index.html
index 0758c90..1d9b589 100644
--- a/registry-browser/static/index.html
+++ b/registry-browser/static/index.html
@@ -172,12 +172,10 @@ 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>
-
-<p>It is composed of several projects, including docker/distribution and SUSE/Portus.</p>
+<p>This is a privately-run docker registry containing repositories of aarch64 images for use with Docker on aarch64 platforms. It is composed of several projects, including docker/distribution and SUSE/Portus.</p>
<p>
-Images may be pulled from this using the <code>docker pull</code> command:<br/><br/>
+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/>
i.e.<br/><br/>
<code>docker pull docker-registry.linaro.org/<b><i>centos:latest</i></b></code>