hedgedoc/docs/content/setup/docker.md
Tilman Vatteroth 4b7318ca33
Move docs into subdirectory to make mkdocs work in a subdirectory
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

(cherry picked from commit eaeb88401d)
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-05 21:09:18 +01:00

889 B

CodiMD Docker Image

Try in PWD

Debian-based version:

Docker Repository on Quay

Alpine-based version:

Docker Repository on Quay

The easiest way to setup CodiMD using docker are using the following three commands:

git clone https://github.com/codimd/container.git codimd-container
cd codimd-container
docker-compose up

Read more about it in the container repository.