Trying to start my node, getting this error though

sudo docker run -d --restart unless-stopped --stop-timeout 300     -p 28967:28967     -p 127.0.0.1:14002:14002     -e WALLET="***"     -e EMAIL="***"     -e ADDRESS="**ddns.net:28967"     -e STORAGE="2TB"     --mount type=bind,source="/root/.local/share/storj/identity/storagenode/ca.key",destination=/app/identity     --mount type=bind,source="/media/pi/New Volume/Storagenode",destination=/app/config     --name storagenode storjlabs/storagenode:latest
004607d4d3ef3b40f5076384914dbbc7de8b1bc79681c5394047597ba515d8e9
docker: Error response from daemon: driver failed programming external connectivity on endpoint storagenode (ed0fb476f43e00c53a81d8bf2928d1401d79f1bdd9baaaeb32bbeef2040aae63):  (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 28967 -j DNAT --to-destination 172.17.0.2:28967 ! -i docker0: iptables v1.8.2 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
 (exit status 2)).

First of all - make sure that you have a static mount of the disk via /etc/fstab: https://documentation.storj.io/resources/faq/linux-static-mount

Then try to reinstall docker.

This should be :arrow_down:

"/root/.local/share/storj/identity/storagenode",destination=/app/identity

To protect your privacy remove your email, wallet and address