From 289a7e8917509276ca3a352956e348703a0f2755 Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Thu, 14 Jan 2021 15:23:55 -0800 Subject: [PATCH] Update FSIsolation from none to image. --- website/content/docs/drivers/external/containerd.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/drivers/external/containerd.mdx b/website/content/docs/drivers/external/containerd.mdx index f4bf23e9e..7e89e88aa 100644 --- a/website/content/docs/drivers/external/containerd.mdx +++ b/website/content/docs/drivers/external/containerd.mdx @@ -46,7 +46,7 @@ The `containerd-driver` implements the following [capabilities](/docs/internals/ | -------------------- | ----------------------- | | send signals | true | | exec | true | -| filesystem isolation | none | +| filesystem isolation | image | | network isolation | host, group, task, none | | volume mounting | true |