summaryrefslogtreecommitdiff
path: root/docs/setup/docker.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/setup/docker.md')
-rw-r--r--docs/setup/docker.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/setup/docker.md b/docs/setup/docker.md
index defe467a..1a9fd89f 100644
--- a/docs/setup/docker.md
+++ b/docs/setup/docker.md
@@ -1,5 +1,6 @@
+CodiMD by docker container
+===
-## CodiMD by docker container
[![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)
@@ -14,9 +15,9 @@
The easiest way to setup CodiMD using docker are using the following three commands:
-```console
+```sh
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)
+Read more about it in the [container repository](https://github.com/codimd/container).