summaryrefslogtreecommitdiff
path: root/docs/content/setup/docker.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/setup/docker.md')
-rw-r--r--docs/content/setup/docker.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/content/setup/docker.md b/docs/content/setup/docker.md
new file mode 100644
index 00000000..f6aeb833
--- /dev/null
+++ b/docs/content/setup/docker.md
@@ -0,0 +1,20 @@
+# HedgeDoc Docker Image
+
+[![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=https://github.com/hedgedoc/container/raw/master/docker-compose.yml&stack_name=hedgedoc)
+
+## Debian-based version
+
+[![Docker Repository on Quay](https://quay.io/repository/hedgedoc/hedgedoc/status "Docker Repository on Quay")](https://quay.io/repository/hedgedoc/hedgedoc)
+
+## Alpine-based version
+
+[![Docker Repository on Quay](https://quay.io/repository/hedgedoc/hedgedoc/status "Docker Repository on Quay")](https://quay.io/repository/hedgedoc/hedgedoc)
+
+The easiest way to setup HedgeDoc using docker are using the following three commands:
+
+```sh
+git clone https://github.com/hedgedoc/container.git hedgedoc-container
+cd hedgedoc-container
+docker-compose up
+```
+Read more about it in the [container repository](https://github.com/hedgedoc/container).