summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rebischke <chris@nullday.de>2019-10-16 18:36:07 +0200
committerChristian Rebischke <chris@nullday.de>2019-10-16 18:36:07 +0200
commitc57ed78472811781d88ebbb9d89ea7392575f11d (patch)
tree9c2998756b01b86b20e18bc7de5fdaec80584aae
parentade8d3dc0dc2a24076ccdb69a130843a9ef07189 (diff)
downloadarchweb-c57ed78472811781d88ebbb9d89ea7392575f11d.tar.gz
archweb-c57ed78472811781d88ebbb9d89ea7392575f11d.zip
Add information about official docker image
We have an official docker image now, let's mention that on our `Download` page. Signed-off-by: Christian Rebischke <chris@nullday.de>
-rw-r--r--templates/public/download.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index fb9eea02..09eb1d44 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -81,8 +81,8 @@
<h3>Docker image</h3>
- <p>A Docker image is available on <a href="https://hub.docker.com/r/archlinux/base/">Docker Hub</a>. You can run the image with the following command:</p>
- <code>docker run -it archlinux/base</code>
+ <p>The official Docker image is available on <a href="https://hub.docker.com/_/archlinux/">Docker Hub</a>. You can run the image with the following command:</p>
+ <code>docker run -it archlinux</code>
<h3>HTTP Direct Downloads</h3>