2020-07-01 05:52:17 -04:00
# CodiMD Docker Image
2019-03-31 10:02:05 -04:00
[![Try in PWD ](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png )](http://play-with-docker.com?stack=https://github.com/codimd/container/raw/master/docker-compose.yml& stack_name=codimd)
2020-07-01 05:52:17 -04:00
## Debian-based version
2019-03-31 10:02:05 -04:00
[![Docker Repository on Quay ](https://quay.io/repository/codimd/server/status "Docker Repository on Quay" )](https://quay.io/repository/codimd/server)
2020-07-01 05:52:17 -04:00
## Alpine-based version
2019-03-31 10:02:05 -04:00
[![Docker Repository on Quay ](https://quay.io/repository/codimd/server/status "Docker Repository on Quay" )](https://quay.io/repository/codimd/server)
The easiest way to setup CodiMD using docker are using the following three commands:
2019-03-31 14:10:32 -04:00
```sh
2019-05-05 20:28:30 -04:00
git clone https://github.com/codimd/container.git codimd-container
2019-03-31 10:02:05 -04:00
cd codimd-container
docker-compose up
```
2019-03-31 14:10:32 -04:00
Read more about it in the [container repository ](https://github.com/codimd/container ).