Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 348 Bytes

TROUBLESHOOTING.md

File metadata and controls

10 lines (9 loc) · 348 Bytes

Helpful Hints

Jammy and Seccomp

If you see errors like the following:
Openbox Error Message 1 Openbox Error Message 2
try adding --security-opt seccomp=unconfined to your docker run command:

docker run -d --security-opt seccomp=unconfined -p 5901:5901 fullaxx/biglybt