Skip to main content

Docker Troubleshooting

Docker in Ubuntu 22 does not start

Docker Engine does not start on Ubuntu 22.04 due to iptables issues

(Sudhir): I have also experienced this issue, but could resolve it by downgrading iptables (with running the following commands as root):

update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy