Hello I am facing below issue during spryker setup...
# docker
m
Hello I am facing below issue during spryker setup on docker failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: iptables v1.8.7 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
w
Which host system are you using? Assuming Debian, then https://forums.docker.com/t/failing-to-start-dockerd-failed-to-create-nat-chain-docker/78269 might solve your problem
m
windows wsl
w
And your WSL image is? Debian or Ubuntu?
m
Ubuntu
w
But before you go this way, are you sure to run on WSL 2 and especially your Ubuntu system? To my knowledge WSL 1 is outdated and no longer supported. You can check it by running
Copy code
wsl -l -v
on your windows prompt
m
image.png
I have already followed above solution provided by you
w
And still not working? Sorry than I'm out of ideas as I never used a windows for development 😞
m
my maximum Team member facing same issue
can we setup spryker without docker on local system ?
w
I would not recommend setting up spryker without the docker/sdk as the Spryker cloud is running on the docker/sdk based and if you have a completely different local setup you might encounter issues only on staging/production