summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>