Commit 68e5bd9
authored
Use lenient docker checks (#824)
This commit changes how docker checks are done, so that if the docker
environment is detected, then nothing changes, but if it is not, then
we would still try to start a container, because it seems that in
some cases, the docker environment is present but not properly detected,
or detected too late. In this case, we will now display a warning,
and let the docker check re-execute for the next container.1 parent c4846a7 commit 68e5bd9
File tree
2 files changed
+4
-2
lines changed- test-resources-testcontainers/src/main/java/io/micronaut/testresources/testcontainers
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments