Skip to content

Commit

Permalink
Merge pull request #5 from MiLk/features/docker
Browse files Browse the repository at this point in the history
Proper support for docker
  • Loading branch information
MiLk committed Jan 19, 2016
2 parents bf152af + 58fe426 commit be98f20
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 be98f20

Please sign in to comment.