HackMD/docs/setup/docker.md
Claudius edf301cfa3 splitting README.md into files in /docs for better readability
Signed-off-by: Claudius <opensource@amenthes.de>
2019-04-01 01:03:36 +02:00

885 B

CodiMD by docker container

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
cd codimd-container
docker-compose up

Read more about it in the container repository…