Closed GibMeMyPacket closed 1 year ago
Hi Gib
Do you try the recommand running parameters?
docker run --privileged --restart=always -itd \
--name warp_socks \
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
--sysctl net.ipv4.conf.all.src_valid_mark=1 \
--cap-add NET_ADMIN --cap-add SYS_MODULE \
-p 9091:9091 \
-v /lib/modules:/lib/modules \
monius/docker-warp-socks
it will create a new account to avoid your issues. plz let me know if there are further error.
Also, remember to stop and remove the original container before that
docker stop warp_socks && docker rm warp_socks
Create the container and then exit/stop it, then start it again with
docker container start warp_socks -a
You will get the following error and container fails.