Adusted Docker version in doc.
This commit is contained in:
parent
9e948a2e50
commit
f2535d396e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
`membarrier` system call. Without it, tabs would frequently crash.
|
||||||
|
|
||||||
Docker uses [seccomp profile] to restrict system calls available to the
|
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
|
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
|
of the following solutions, from the most to the least secure, to provide the
|
||||||
container permission to use this sytem call:
|
container permission to use this sytem call:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue