summaryrefslogtreecommitdiff
path: root/libpod.conf
diff options
context:
space:
mode:
Diffstat (limited to 'libpod.conf')
-rw-r--r--libpod.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf
index 32f7a56ae..b95efe6d8 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -105,6 +105,13 @@ num_locks = 2048
# are `journald` or `file`.
# events_logger = "journald"
+# Specify the keys sequence used to detach a container.
+# Format is a single character [a-Z] or a comma separated sequence of
+# `ctrl-<value>`, where `<value>` is one of:
+# `a-z`, `@`, `^`, `[`, `\`, `]`, `^` or `_`
+#
+# detach_keys = "ctrl-p,ctrl-q"
+
# Default OCI runtime
runtime = "runc"