Skip to content

Commit

Permalink
docs: Add guidance for handling Docker support in test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
scrocquesel authored Sep 16, 2023
1 parent f4e8759 commit 6800b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/dev-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dev Services for Amazon Services is automatically enabled for each extensions ad
* `quarkus.devservices.enabled` is set to `false`
* `devservices.enabled` is set to `false` per extension (eg. `quarkus.s3.devservices.enabled=false`)
* the `endpoint-override` is configured (eg. `quarkus.s3.endpoint-override=http://localhost:4566`)
* Your environment does not support Docker
* Your environment does not support Docker. In test mode, it will cause the test to fail. Either disable Dev Services or configure the `endpoint-override`.

== Shared services

Expand Down

0 comments on commit 6800b69

Please sign in to comment.