From f2535d396e41c6246c2c5d6c7ffca4c8169f52e0 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Sat, 6 Feb 2021 09:39:57 -0500 Subject: [PATCH] Adusted Docker version in doc. --- appdefs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdefs.xml b/appdefs.xml index 8beaaee..3def7bf 100644 --- a/appdefs.xml +++ b/appdefs.xml @@ -48,7 +48,7 @@ To properly work, recent versions of {{ defs.app.friendly_name }} need the `membarrier` system call. Without it, tabs would frequently crash. Docker uses [seccomp profile] to restrict system calls available to the -container. Before Docker version `20.03.0`, the `membarrier` system call was +container. Before Docker version `20.10.0`, the `membarrier` system call was not allowed in the default profile. If you run a such version, you can use one of the following solutions, from the most to the least secure, to provide the container permission to use this sytem call: