Skip to content

community/docker: fix race condition between docker and iptables

Leo requested to merge Leo/aports:docker into master

When the system is booting, the order of docker and iptables was not specified due to the missing dependency. That could lead to docker setting up the chains and iptables wiping them clean if the order of start was 1. docker 2. iptables.

Explicit dependency should make that working correctly.

Merge request reports