From ee6fc5c2efaef759f8a6d4cfb0aac11d630ff2c3 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Tue, 19 Jul 2022 10:15:09 -0500 Subject: [PATCH] adds an env var commented out for sandboxed mode Signed-off-by: Mike Brown --- containerd.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containerd.service b/containerd.service index e4c082b3a..38a345945 100644 --- a/containerd.service +++ b/containerd.service @@ -18,6 +18,8 @@ Documentation=https://containerd.io After=network.target local-fs.target [Service] +#uncomment to enable the experimental sbservice (sandboxed) version of containerd/cri integration +#Environment="ENABLE_CRI_SANDBOXES=sandboxed" ExecStartPre=-/sbin/modprobe overlay ExecStart=/usr/local/bin/containerd