mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 10:39:42 -05:00
Provider Docker: (#6376)
- Add option keep_locally - Add unit test - Add documentation
This commit is contained in:
parent
b4f8111aed
commit
7059c33c30
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ The following arguments are supported:
|
|||
always be updated on the host to the latest. If this is false, as long as an
|
||||
image is downloaded with the correct tag, it won't be redownloaded if
|
||||
there is a newer image.
|
||||
* `keep_locally` - (Optional, boolean) If true, then the Docker image won't be
|
||||
deleted on destroy operation. If this is false, it will delete the image from
|
||||
the docker local storage on destroy operation.
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue