From abe554aadc24a65ebf2e9d198f6718832439f78d Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Tue, 28 Mar 2017 14:26:45 +0200 Subject: [PATCH] Add 'Docker' section to install instructions --- src/site/markdown/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/site/markdown/installation.md b/src/site/markdown/installation.md index 88a0c9b16..b527ff1e5 100644 --- a/src/site/markdown/installation.md +++ b/src/site/markdown/installation.md @@ -192,3 +192,9 @@ At last, disable the default site configuration and enable the newly created one # a2dissite default # a2ensite arsnova + + +## Docker + +If you want to run ARSnova in a containerized environment, you can use our Docker images. +Have a look at our [deployment instructions](https://github.com/thm-projects/arsnova-docker) for Docker. -- GitLab