Skip to content
Snippets Groups Projects

community/docker: fix race condition between docker and iptables

Merged Leo requested to merge Leo/aports:docker into master
  1. Apr 30, 2021
    • Wolf's avatar
      community/docker: fix race condition between docker and iptables · ee8be104
      Wolf authored and Leo's avatar Leo committed
      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.
      ee8be104
Loading