From 0a383d75f74c34064cc832786678e12920d1b929 Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Tue, 16 Feb 2016 13:36:32 +0000 Subject: [PATCH] added note about docker dependency to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index adaf5b8fa..70f3690fc 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,10 @@ kubectl create -f scope-probe-ds.yaml ## Developing +Building Scope from source depends on the latest version of +[docker](https://www.docker.com/), so please install that before +proceeding. + The build is in two stages. `make deps` installs some tools we use later in the build. `make` builds the UI build container, builds the UI in said container, builds the backend build container, builds the app and probe in a