Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 732 Bytes

CI.adoc

File metadata and controls

18 lines (13 loc) · 732 Bytes

Running the Spring Boot for Apache Geode (SBDG) build in Docker container locally

docker run -it --mount type=bind,source="$(pwd)",target=/spring-boot-data-geode-github \
  -v /var/run/docker.sock:/var/run/docker.sock -v /usr/local/bin/docker:/usr/local/bin/docker \
  eclipse-temurin:17.0.6_10-jdk-focal /bin/bash