Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic detection of ${docker.host} #110

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

rob-bygrave
Copy link
Contributor

Based on docker-in-docker and operating system detection.

Also sets as a system property via:
System.setProperty("docker.host", dockerHost);

The motivation for this is to assist testing / component testing when using docker containers and potentially running docker-in-docker (in CI builds). This logic is contributed from ebean-test-containers, adding it to avaje-config can help more generally.

Based on docker-in-docker and operating system detection.

Also sets as a system property via:
System.setProperty("docker.host", dockerHost);
@rob-bygrave rob-bygrave added this to the 3.10 milestone Nov 29, 2023
@rob-bygrave rob-bygrave self-assigned this Nov 29, 2023
@rob-bygrave rob-bygrave added the enhancement New feature or request label Nov 29, 2023
@SentryMan SentryMan merged commit 5dda334 into master Nov 29, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants