Provider Docker: (#6376)

- Add option keep_locally
- Add unit test
- Add documentation
This commit is contained in:
Xavier Sellier 2016-04-27 12:18:02 -04:00 committed by Paul Stack
parent b4f8111aed
commit 7059c33c30

View file

@ -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