localstack / localstack-java-utils

☕ Java utilities and JUnit integration for LocalStack
Apache License 2.0
75 stars 43 forks source link

Add new path to possible docker exe locations in Windows #25

Closed jorgenota closed 3 years ago

jorgenota commented 3 years ago

This proposed PR adds the new location of docker.exe in Windows installations ("C:\Program Files\Docker\Docker\resources\docker.exe"). It would fix issue #24.

Besides, it updates some javadoc related to docker locations (adding the new supported location and including the file name in the paths... as the fullpath is required if the user needs to set the DOCKER_LOCATION environment variable).

whummer commented 3 years ago

Thanks for this enhancement @jorgenota !