summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSheogorath2017-10-30 23:04:13 +0100
committerGitHub2017-10-30 23:04:13 +0100
commit6ca28845c2994310cbfd46711cb8d6f6cf689b16 (patch)
treeb638717d0e829f837c96b856346b9440cfbe3952 /README.md
parentdad5798472406aad08b1b1c5433f314fdaa679e7 (diff)
parent803a2776ad213f98a8bfe7bc90f121b576ee0d4b (diff)
Merge pull request #605 from SISheogorath/feature/extentReadme
Extend docker section in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 18 insertions, 3 deletions
diff --git a/README.md b/README.md
index 718f6863..1523066c 100644
--- a/README.md
+++ b/README.md
@@ -74,11 +74,26 @@ You can quickly setup a sample heroku hackmd application by clicking the button
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## HackMD 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/hackmdio/docker-hackmd/raw/master/docker-compose.yml&stack_name=hackmd)
-[docker-hackmd](https://github.com/hackmdio/docker-hackmd)
-Before you go too far, here is the great docker repo for HackMD.
-With docker, you can deploy a server in minutes without any downtime.
+**Debian-based version:**
+
+[![latest](https://images.microbadger.com/badges/version/hackmdio/hackmd.svg)](https://microbadger.com/images/hackmdio/hackmd "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/hackmdio/hackmd.svg)](https://microbadger.com/images/hackmdio/hackmd "Get your own image badge on microbadger.com")
+
+
+**Alpine-based version:**
+
+[![latest-alpine](https://images.microbadger.com/badges/version/hackmdio/hackmd:latest-alpine.svg)](https://microbadger.com/images/hackmdio/hackmd:latest-alpine "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/hackmdio/hackmd:latest-alpine.svg)](https://microbadger.com/images/hackmdio/hackmd:latest-alpine "Get your own image badge on microbadger.com")
+
+The easiest way to setup HackMD using docker are using the following three commands:
+
+```console
+git clone https://github.com/hackmdio/docker-hackmd.git
+cd docker-hackmd
+docker-compose up
+```
+Read more about it in the [docker repository…](https://github.com/hackmdio/docker-hackmd)
# Upgrade