File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,15 @@ Sandbox to play with spring cloud features
2626mvn 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)
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments