mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-03 23:50:09 -05:00
2f462f90d4
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>
20 lines
881 B
Markdown
20 lines
881 B
Markdown
# CodiMD Docker Image
|
|
|
|
[![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)
|
|
|
|
## Debian-based version
|
|
|
|
[![Docker Repository on Quay](https://quay.io/repository/codimd/server/status "Docker Repository on Quay")](https://quay.io/repository/codimd/server)
|
|
|
|
## Alpine-based version
|
|
|
|
[![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:
|
|
|
|
```sh
|
|
git clone https://github.com/codimd/container.git codimd-container
|
|
cd codimd-container
|
|
docker-compose up
|
|
```
|
|
Read more about it in the [container repository](https://github.com/codimd/container).
|