Files
spring-data-redis/ci
Mark Paluch 95775176f5 DATAREDIS-920 - Polishing.
Restore Make test target. Use make start/stop in CI script.
2019-03-19 11:14:18 +01:00
..
2019-03-19 11:14:18 +01:00

== Testing Locally

To test things out locally:

. `docker build -t 8-jdk-with-redis -f ci/Dockerfile .` to build the Docker image used to run things
. `docker run -v ~/src/spring-data-redis:/spring-data-redis-github -it 8-jdk-with-redis` to run the container locally (swap out `~/src/spring-data-redis` with your own path to the source)