Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: Set alternatives for iptables
This is to avoid the below issue while starting up docker. ``` Mar 24 22:59:10 ubuntu-jammy dockerd[2820]: 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 (nf_tables): Could not fetch rule set generation id: Invalid argument ``` Relates: docker/for-linux#1437 Signed-off-by: Tam Mach <[email protected]>
- Loading branch information