hedgedoc/docs/setup/docker.md
oupala 2f462f90d4 style: linting markdown files
Linting markdown files according to default remark-lint configuration.

Files inside the `public` directory were not linted.

Signed-off-by: oupala <oupala@users.noreply.github.com>
2020-07-10 18:57:59 +02:00

881 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.