From 7e37fc57f9dd846fdf4c8777bc5cbc80b45b90cf Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 8 Jun 2020 23:04:55 -0700 Subject: [PATCH] doc: container support doc: fix version typo --- doc/WinFsp-Container-Support.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/WinFsp-Container-Support.asciidoc b/doc/WinFsp-Container-Support.asciidoc index 7d84ea4c..71905589 100644 --- a/doc/WinFsp-Container-Support.asciidoc +++ b/doc/WinFsp-Container-Support.asciidoc @@ -1,6 +1,6 @@ = WinFsp Container Support -WinFsp gained support for Windows Containers in release 2020.1 B1. This document discusses this new functionality and explains how user mode file systems can take advantage of it. +WinFsp gained support for Windows Containers in release 2020.2 B1. This document discusses this new functionality and explains how user mode file systems can take advantage of it. NOTE: WinFsp support for Windows Containers is at this time highly experimental. It may change substantially in the future or eliminated altogether. @@ -32,7 +32,7 @@ docker run --isolation=process ... == Containerized User Mode File Systems -The WinFsp 2020.1 B1 release gained the ability for user mode file systems to run inside a server silo container and expose a file system either within the container or to the host operating system. This allows for user mode file systems to be containerized. +The WinFsp 2020.2 B1 release gained the ability for user mode file systems to run inside a server silo container and expose a file system either within the container or to the host operating system. This allows for user mode file systems to be containerized. There are a few considerations that must be taken into account when deploying a user mode file system in a container: