Skip to content

Commit

Permalink
Proper support for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilien Kenler committed Jan 4, 2016
1 parent bf152af commit 58fe426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/firewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def generate_docker_rules(save):

if rules:
rules.insert(0, '-t nat -N DOCKER')
rules.insert(0, '-N DOCKER')
return rules


Expand Down

0 comments on commit 58fe426

Please sign in to comment.