We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40b9d1 commit f86e3abCopy full SHA for f86e3ab
docker/files/upstart.conf
@@ -3,6 +3,8 @@ start on filesystem and started docker
3
stop on runlevel [06]
4
respawn
5
6
+kill timeout 20
7
+
8
{#- Ugly, but covers the cases where variable evaluates to false, is empty, or non-existent #}
9
{%- set runoptions = container.get("runoptions", []) %}
10
{%- set stopoptions = container.get("stopoptions", []) %}
0 commit comments