From 3ff794aa03c625bb374f6d682bee5a906fe6be8f Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 20 Nov 2014 11:23:58 -0700 Subject: [PATCH] Add README to NodeDebug folder The NodeDebug folder is not intended to stand as a standalone dockerfile folder. It is a template used to generate the NodeChromeDebug and NodeFirefoxDebug folders. Note that the NodeChromeDebug and NodeFirefoxDebug folders are commited into the repo for the purposes of simplified builds on hub.docker.com. Part of #3 --- NodeDebug/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 NodeDebug/README.md diff --git a/NodeDebug/README.md b/NodeDebug/README.md new file mode 100644 index 000000000..bc201c0b9 --- /dev/null +++ b/NodeDebug/README.md @@ -0,0 +1,3 @@ +# Debug image template + +This folder is not meant to be build directly from the `docker build .` It only stands as a template for creating debug images derived from Selenium Node Browser images. Note usage in the Makefile at the root of this repo.