From ee587f676c0c69021d18ffbd6d1cd9276850cb25 Mon Sep 17 00:00:00 2001
From: Sean Madsen <sean@seanmadsen.com>
Date: Sat, 23 Sep 2017 18:34:24 -0600
Subject: [PATCH] Add link to other docker-buildkit project

---
 docs/tools/buildkit.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md
index 9304bddc..d13dc18e 100644
--- a/docs/tools/buildkit.md
+++ b/docs/tools/buildkit.md
@@ -32,8 +32,10 @@ After running the above command, then proceed to the [post-installation configur
 
 ### Docker
 
-If you have [Docker](https://www.docker.com/) running, you can [use this Docker image](https://github.com/ErichBSchulz/dcbk) to run buildkit.
+If you have [Docker](https://www.docker.com/) running, you can use one of the following projects to run buildkit within a Docker container:
 
+* <https://github.com/progressivetech/docker-civicrm-buildkit>
+* <https://github.com/ErichBSchulz/dcbk>
 
 
 ### Other platforms
-- 
GitLab