summaryrefslogtreecommitdiffstats
path: root/cypress-docker/base/centos7/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cypress-docker/base/centos7/README.md')
-rw-r--r--cypress-docker/base/centos7/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/cypress-docker/base/centos7/README.md b/cypress-docker/base/centos7/README.md
new file mode 100644
index 0000000..5dd6a69
--- /dev/null
+++ b/cypress-docker/base/centos7/README.md
@@ -0,0 +1,14 @@
+# cypress/base:centos7
+
+This image was built to resolve [issue #18](https://github.com/cypress-io/cypress-docker-images/issues/18)
+
+## Example
+
+Sample Dockerfile
+
+```
+FROM cypress/base:centos7
+RUN npm install --save-dev cypress
+RUN $(npm bin)/cypress verify
+RUN $(npm bin)/cypress run
+```