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