From 3268ac3604f4c602bd79515ad1d44e65bacb4e1f Mon Sep 17 00:00:00 2001 From: JB Arsenault Date: Mon, 11 Jul 2016 11:03:02 -0400 Subject: [PATCH] Add `destroy_grace_seconds` option to stop container before delete (#7513) --- r/container.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/r/container.html.markdown b/r/container.html.markdown index cd4586b1..c4beac8c 100644 --- a/r/container.html.markdown +++ b/r/container.html.markdown @@ -79,6 +79,7 @@ The following arguments are supported: * `network_mode` - (Optional, string) Network mode of the container. * `networks` - (Optional, set of strings) Id of the networks in which the container is. +* `destroy_grace_seconds` - (Optional, int) If defined will attempt to stop the container before destroying. Container will be destroyed after `n` seconds or on successful stop. ### Ports