1
Help and Support / Re: Lost account - New Email
« Last post by P!nk on March 05, 2025, 04:56:15 PM »We're all on Discord now, join us here:
https://discord.digitalpaint.org/
https://discord.digitalpaint.org/
sudo apt install qemu-user-static qemu-user docker.io
This will install docker and qemu. Qemu will be registered to run x86 binary files without any additional steps.mkdir /some/random/path/to/a/folder/
Then we just run the docker image like thisdocker run -p 27910:27910/udp -v /some/random/path/to/a/folder/:/paintball2/pball/ -it nukla/paintball2
Be sure to replace /some/random/path/to/a/folder/ with your own path to your directory.docker run --restart=always -d -p 27910:27910/udp -v /home/pi/dp2serv/:/paintball2/pball/ nukla/paintball2