summaryrefslogtreecommitdiff
path: root/docs/setup/docker.md
diff options
context:
space:
mode:
authorClaudius2019-03-31 20:10:32 +0200
committerClaudius2019-04-01 01:03:36 +0200
commit54edec89000aec94cae325be3d5c85442ac21adf (patch)
tree700b588b4a5d3682ff6fdb36ea0f4281bbf8d82d /docs/setup/docker.md
parent74fdd26ea057dab77e761614497d69d2c90a66d7 (diff)
striving for consistency across various docs
Signed-off-by: Claudius <opensource@amenthes.de>
Diffstat (limited to '')
-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).