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
When a stack runs on several machines and the services are spread out between them, this check in docker/lib/puppet/provider/docker_stack/ruby.rb doesn't work correctly:
if stack_services.count != stack_containers.count
return false
end
Expected Behavior
Containers belonging to the same stack but running on other machines should be taken into account.
Additional Context
This code exists in version 4 of the module but also in the current version. I'm prepared to learn that I'm using the stack resource incorrectly for some reason.
The text was updated successfully, but these errors were encountered:
Describe the Bug
When a stack runs on several machines and the services are spread out between them, this check in
docker/lib/puppet/provider/docker_stack/ruby.rb
doesn't work correctly:Expected Behavior
Containers belonging to the same stack but running on other machines should be taken into account.
Additional Context
This code exists in version 4 of the module but also in the current version. I'm prepared to learn that I'm using the stack resource incorrectly for some reason.
The text was updated successfully, but these errors were encountered: