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
Whenever the requested container does not exist, the Docker::Container.get class method throws a no implicit conversion of nil into String (TypeError) error from deep inside excon with docker-api 2.0.0 .
Thanks for docker-api 2.0.0!
Whenever the requested container does not exist, the Docker::Container.get class method throws a
no implicit conversion of nil into String (TypeError)
error from deep insideexcon
with docker-api 2.0.0 .See test-kitchen/kitchen-dokken#208
In kitchen-dokken, we are using Docker::Container.all and then calling
select
as a temporary workaround, but that is not scalable.The text was updated successfully, but these errors were encountered: