We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed docker using
In a fresh ubuntu environment i got:
It seems iptables was not installed by default in the WSL Ubuntu 24.04.1 LTS distributuion
fixed it for me.
I wonder if this is something that can be/should fixed on uniget side
The text was updated successfully, but these errors were encountered: