Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 889 Bytes

docker.md

File metadata and controls

23 lines (14 loc) · 889 Bytes

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.