summaryrefslogtreecommitdiff
path: root/docs/setup/docker.md
diff options
context:
space:
mode:
authorYannick Bungers2021-01-05 17:27:24 +0100
committerGitHub2021-01-05 17:27:24 +0100
commit73d237165ea8fe411b764e5b5d1a2f51a2e02a0b (patch)
tree851df47886b64ac3c37ab6b809f300cd0dd99c0a /docs/setup/docker.md
parentd52d1d255a876fcf937c9df3717f6df9b745ad22 (diff)
parentd39c7deb32044a4a34e9c158f168070181b8ae9f (diff)
Merge pull request #656 from hedgedoc/docs/move-content
Move docs into subdirectory to make structor work
Diffstat (limited to 'docs/setup/docker.md')
-rw-r--r--docs/setup/docker.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/setup/docker.md b/docs/setup/docker.md
deleted file mode 100644
index f6aeb833..00000000
--- a/docs/setup/docker.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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).