Files
spring-data-redis/ci
2019-02-28 06:51:17 -06:00
..
2019-02-28 06:51:17 -06:00
2019-02-27 17:22:49 -06:00
2019-02-28 06:51:17 -06:00
2019-02-28 06:51:17 -06: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)