DATAKV-264 - Polishing.
This commit is contained in:
14
README.adoc
14
README.adoc
@@ -1,5 +1,3 @@
|
||||
image:https://travis-ci.org/spring-projects/spring-data-keyvalue.svg?branch=master["Build Status", link="https://travis-ci.org/spring-projects/spring-data-keyvalue"]
|
||||
|
||||
image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-keyvalue%2Fmaster&subject=Moore%20(master)[link=https://jenkins.spring.io/view/SpringData/job/spring-data-keyvalue/]
|
||||
image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-keyvalue%2F2.1.x&subject=Lovelace%20(2.1.x)[link=https://jenkins.spring.io/view/SpringData/job/spring-data-keyvalue/]
|
||||
image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-keyvalue%2F1.2.x&subject=Ingalls%20(2.1.x)[link=https://jenkins.spring.io/view/SpringData/job/spring-data-keyvalue/]
|
||||
@@ -110,11 +108,11 @@ All of these use cases are great reasons to essentially run what the CI server d
|
||||
|
||||
IMPORTANT: To do this you must have Docker installed on your machine.
|
||||
|
||||
1. `docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-geode-github adoptopenjdk/openjdk8:latest /bin/bash`
|
||||
1. `docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-keyvalue-github adoptopenjdk/openjdk8:latest /bin/bash`
|
||||
+
|
||||
This will launch the Docker image and mount your source code at `spring-data-geode-github`.
|
||||
This will launch the Docker image and mount your source code at `spring-data-keyvalue-github`.
|
||||
+
|
||||
2. `cd spring-data-geode-github`
|
||||
2. `cd spring-data-keyvalue-github`
|
||||
+
|
||||
Next, run your tests from inside the container:
|
||||
+
|
||||
@@ -124,11 +122,11 @@ Since the container is binding to your source, you can make edits from your IDE
|
||||
|
||||
If you test building the artifact, do this:
|
||||
|
||||
1. `docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-geode-github adoptopenjdk/openjdk8:latest /bin/bash`
|
||||
1. `docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-keyvalue-github adoptopenjdk/openjdk8:latest /bin/bash`
|
||||
+
|
||||
This will launch the Docker image and mount your source code at `spring-data-geode-github`.
|
||||
This will launch the Docker image and mount your source code at `spring-data-keyvalue-github`.
|
||||
+
|
||||
2. `cd spring-data-geode-github`
|
||||
2. `cd spring-data-keyvalue-github`
|
||||
+
|
||||
Next, try to package everything up from inside the container:
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user