Merge pull request #199 from rhatdan/conf

Fix location of stop_timeout in default containers.conf
This commit is contained in:
Daniel J Walsh 2020-06-30 05:12:07 -04:00 committed by GitHub
commit 95ee4035ef
1 changed files with 3 additions and 3 deletions

View File

@ -372,6 +372,9 @@
#
# runtime_supports_kvm = ["kata"]
# Number of seconds to wait for container to exit before sending kill signal.
# stop_timeout = 10
# Paths to look for a valid OCI runtime (runc, runv, kata, etc)
[engine.runtimes]
# runc = [
@ -405,9 +408,6 @@
# "/usr/bin/kata-fc",
# ]
# Number of seconds to wait for container to exit before sending kill signal.
#stop_timeout = 10
# The [engine.runtimes] table MUST be the last entry in this file.
# (Unless another table is added)
# TOML does not provide a way to end a table other than a further table being