diff options
author | drebs <drebs@leap.se> | 2016-07-26 13:44:50 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-01 21:09:04 -0300 |
commit | 682aab0b30e479ea4e826f0636340bb100b36c0a (patch) | |
tree | 3e539ec54ba5ff57b8df50354d764e5a4d204b40 /scripts/docker/README.md | |
parent | de5cd462cc3f04275e22d9267ecb8e6c2b23dfda (diff) |
[test] add custom couchdb docker image
Diffstat (limited to 'scripts/docker/README.md')
-rw-r--r-- | scripts/docker/README.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/scripts/docker/README.md b/scripts/docker/README.md index fda1c04a..97b39f87 100644 --- a/scripts/docker/README.md +++ b/scripts/docker/README.md @@ -11,16 +11,20 @@ Check the `Dockerfile` for the steps for creating the docker image. Check the `Makefile` for the rules for running containers. -Check the `helper/` directory for scripts that help running tests. - Installation ------------ -0. update and install 1. Install docker for your system: https://docs.docker.com/ -2. Build the image by running `make` -3. Use one of the scripts in the `helper/` directory +2. Build images by running `make` +3. Execute `make run-tox` and `make run-perf` to run tox tests and perf tests, + respectivelly. +4. You may want to pass some variables to the `make` command to control + parameters of execution, for example: + + make run-perf SOLEDAD_PRELOAD_NUM=500 + + See more variables below. Environment variables for docker containers |