Files
spring-data-redis/ci/README.adoc
2019-02-27 17:22:49 -06:00

6 lines
337 B
Plaintext

== 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)