Docker provider: restart stopped containers instead of recreating

If I stop a container that was started with terraform, the next run of terraform recreates (and replaces) the container even though the name and other parameters have not changed.

Is there some way to have the Docker provider restart existing stopped containers instead of replacing them?

1 Like

looking forward to it.