mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-05 22:39:36 -05:00
Update doc
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
This commit is contained in:
parent
a39c7a2825
commit
63ddd27157
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ data is stored in them. See [the docker documentation][linkdoc] for more details
|
|||
one of "no", "on-failure", "always", "unless-stopped".
|
||||
* `max_retry_count` - (Optional, int) The maximum amount of times to an attempt
|
||||
a restart when `restart` is set to "on-failure"
|
||||
* `start` - (Optional, bool) If true, then the Docker container will be
|
||||
started after creation. If false, then the container is only created.
|
||||
* `must_run` - (Optional, bool) If true, then the Docker container will be
|
||||
kept running. If false, then as long as the container exists, Terraform
|
||||
assumes it is successful.
|
||||
|
|
|
|||
Loading…
Reference in a new issue