Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker requires iptables #9773

Open
Breee opened this issue Jan 22, 2025 · 0 comments
Open

docker requires iptables #9773

Breee opened this issue Jan 22, 2025 · 0 comments

Comments

@Breee
Copy link

Breee commented Jan 22, 2025

I installed docker using

sudo uniget install docker

In a fresh ubuntu environment i got:

dockerd[3665]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables not found 

It seems iptables was not installed by default in the WSL Ubuntu 24.04.1 LTS distributuion

$ sudo apt-get install iptables
$ sudo service docker restart

fixed it for me.

I wonder if this is something that can be/should fixed on uniget side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant