Docker blocks certain syscalls from happening. Unfortunately mempolicy is one of those
Add the following to your run file:
–security-opt seccomp=/…/seccomp.json \
Here is the custom seccomp file I used - thanks to w1ndy for providing this.
Share and learn in the Docker community.
Docker blocks certain syscalls from happening. Unfortunately mempolicy is one of those
Add the following to your run file:
–security-opt seccomp=/…/seccomp.json \
Here is the custom seccomp file I used - thanks to w1ndy for providing this.