mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04:00
splitting README.md into files in /docs for better readability
Signed-off-by: Claudius <opensource@amenthes.de>
This commit is contained in:
parent
3a0ff5edd3
commit
edf301cfa3
56 changed files with 462 additions and 378 deletions
22
docs/setup/docker.md
Normal file
22
docs/setup/docker.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
## CodiMD by docker container
|
||||
[](http://play-with-docker.com?stack=https://github.com/codimd/container/raw/master/docker-compose.yml&stack_name=codimd)
|
||||
|
||||
|
||||
**Debian-based version:**
|
||||
|
||||
[](https://quay.io/repository/codimd/server)
|
||||
|
||||
|
||||
**Alpine-based version:**
|
||||
|
||||
[](https://quay.io/repository/codimd/server)
|
||||
|
||||
The easiest way to setup CodiMD using docker are using the following three commands:
|
||||
|
||||
```console
|
||||
git clone https://github.com/codimd/container.git
|
||||
cd codimd-container
|
||||
docker-compose up
|
||||
```
|
||||
Read more about it in the [container repository…](https://github.com/codimd/container)
|
Loading…
Add table
Add a link
Reference in a new issue