You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying docker_host_url in the configuration does not work because dokken still tries to connect to the default docker and errors our when that fails.
Version
kitchen-dokken 2.20.3
Environment
Fedora 39
Scenario
Trying to use a user podman instance as the docker implementation.
👻 Brief Description
Specifying
docker_host_url
in the configuration does not work because dokken still tries to connect to the default docker and errors our when that fails.Version
kitchen-dokken 2.20.3
Environment
Fedora 39
Scenario
Trying to use a user podman instance as the docker implementation.
Steps to Reproduce
Specify the URL as follows:
Expected Result
It works.
Actual Result
It errors out trying to make a TCP connection to docker:
➕ Additional context
The code at
kitchen-dokken/lib/kitchen/driver/dokken.rb
Line 48 in 1035b97
docker_info
to be called which tries to make a connection todefault_docker_host
which errors out.The text was updated successfully, but these errors were encountered: