docs: note about apparmor
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-02-17 09:36:19 +01:00
parent 33c76be8a3
commit 470b51fbce
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 0 deletions

View File

@ -248,6 +248,10 @@ usermod -aG docker $USER
# setup swarm
docker swarm init
docker network create -d overlay proxy
# on debian machines as of 2023-02-17
apt install apparmor
systemctl restart docker containerd
```
`abra` will do this for you when you run `abra server add --provision`.