From 9726fd0d49ba27a392fc0205e9726b9f6855580f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 6 May 2017 10:01:27 +0300 Subject: [PATCH] Add Quay --- Docker.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Docker.md b/Docker.md index 68eed4f..952f217 100644 --- a/Docker.md +++ b/Docker.md @@ -1,11 +1,15 @@ -[![Docker Repository on Quay](https://quay.io/repository/wekan/wekan/status "Docker Repository on Quay")](https://quay.io/repository/wekan/wekan) - -## Notes +## Docker Hub Currently there are two dockerhub builds for wekan. One at [mquandalle dockerhub](https://hub.docker.com/r/mquandalle/wekan/builds/) and another at [wekanteam dockerhub](https://hub.docker.com/r/wekanteam/wekan/builds/). For now, [wekanteam dockerhub](https://hub.docker.com/r/wekanteam/wekan/builds/) is recommended as it supports tagged releases. There is a separate `docker-compose.yml` for [wekanteam dockerhub](https://hub.docker.com/r/wekanteam/wekan/builds/) at [this repo link](https://github.com/wekan/wekan-mongodb) with instructions on installing there also. +## Quay + +[![Docker Repository on Quay](https://quay.io/repository/wekan/wekan/status "Docker Repository on Quay")](https://quay.io/repository/wekan/wekan) + +Added 2017-05-06 to see if it has better debugging of failed builds than Docker Hub. + ## Development: ### `docker run` examples