From 7059c33c3080c3a96e0d00051aa5375103432f4f Mon Sep 17 00:00:00 2001 From: Xavier Sellier Date: Wed, 27 Apr 2016 12:18:02 -0400 Subject: [PATCH] Provider Docker: (#6376) - Add option keep_locally - Add unit test - Add documentation --- r/image.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/r/image.html.markdown b/r/image.html.markdown index 584f373a..d6c0dcf5 100644 --- a/r/image.html.markdown +++ b/r/image.html.markdown @@ -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