From 815afe20035104bd81aef8071287c144a15d30d7 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 31 Oct 2017 13:28:50 +0100 Subject: crio: sync crio.conf Signed-off-by: Giuseppe Scrivano --- roles/docker/templates/crio.conf.j2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/docker/templates/crio.conf.j2') diff --git a/roles/docker/templates/crio.conf.j2 b/roles/docker/templates/crio.conf.j2 index 93014a80d..3f066a17f 100644 --- a/roles/docker/templates/crio.conf.j2 +++ b/roles/docker/templates/crio.conf.j2 @@ -103,6 +103,11 @@ cgroup_manager = "systemd" # hooks_dir_path is the oci hooks directory for automatically executed hooks hooks_dir_path = "/usr/share/containers/oci/hooks.d" +# default_mounts is the mounts list to be mounted for the container when created +default_mounts = [ + "/usr/share/rhel/secrets:/run/secrets", +] + # pids_limit is the number of processes allowed in a container pids_limit = 1024 -- cgit v1.2.3