Skip to content

Commit b1d69a8

Browse files
authored
Merge pull request #4 from lvivJavaClub/test-container-improvements
Improvements for test containers
2 parents f9c5d85 + ee5691a commit b1d69a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ Sandbox to play with spring cloud features
2626
mvn clean install
2727
```
2828

29+
**Notice** : if you have issues with test containers (docker images) then check if you have `DOCKER_HOST` environment variable.
30+
If no then add it using this : `export DOCKER_HOST=unix:///var/run/docker.sock` (example for *Docker For Mac*)
31+
2932
## Run
3033

3134
```bash
3235

3336
```
37+
3438
## TODO Items
3539
- [ ] Check Feign Fallback ?
3640
- [x] Storage Service (persistance + eurika client)

storage-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>com.spotify</groupId>
8080
<artifactId>docker-maven-plugin</artifactId>
81-
<version>0.2.3</version>
81+
<version>1.0.0</version>
8282
<executions>
8383
<execution>
8484
<id>build-image</id>

0 commit comments

Comments
 (0)