kreuzwerker/terraform-provider-docker

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

aep opened this issue · 0 comments

aep commented

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