v1.0.0
- Initial release.
- Add
DockerAvailability.executable/0for locating the Docker CLI executable inPATH. - Add
DockerAvailability.available?/0as a boolean convenience check for Docker usability. - Add
DockerAvailability.check/0for collecting Docker executable, client version, and server version diagnostics. - Add unit tests using a fake
dockerexecutable so the test suite does not require a running Docker daemon or Docker images.