kreuzwerker / terraform-provider-docker

Terraform Docker provider
Mozilla Public License 2.0
609 stars 187 forks source link

must_run assumes start is instant ( "container failed to be in running state" ) #572

Open aep opened 1 year ago

aep commented 1 year ago

with must_run = true (the default) , the plugin assumes that a call to start will instantly switch the state to running. That is only the case in a single-host environment without scheduling decisions, and only if the local computer is fast enough.

must_run should instead call wait