diff options
author | Sheogorath | 2019-03-28 22:42:58 +0100 |
---|---|---|
committer | Sheogorath | 2019-03-28 22:45:58 +0100 |
commit | a5836dd52fd728cd2e78e566aa5d105ddb908444 (patch) | |
tree | 9f7230e8b2052f370b2474d6cd81206b594f26fe | |
parent | 982a12f569dbdd7775ba568ef9aa4d76fc251ab5 (diff) |
Fix container image links
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,12 +105,12 @@ For all further details, please check out the offical CodiMD [K8s helm chart](h **Debian-based version:** -[](https://microbadger.com/images/hackmdio/hackmd "Get your own version badge on microbadger.com") [](https://microbadger.com/images/hackmdio/hackmd "Get your own image badge on microbadger.com") +[](https://quay.io/repository/codimd/server) **Alpine-based version:** -[](https://microbadger.com/images/hackmdio/hackmd:alpine "Get your own version badge on microbadger.com") [](https://microbadger.com/images/hackmdio/hackmd:alpine "Get your own image badge on microbadger.com") +[](https://quay.io/repository/codimd/server) The easiest way to setup CodiMD using docker are using the following three commands: |