Skip to content

Commit

Permalink
Merge pull request #262 from LXGaming/fix/ipvlan-network
Browse files Browse the repository at this point in the history
Support IPvlan networks
  • Loading branch information
mariotoffia authored Jun 7, 2022
2 parents 2632ef3 + e24c511 commit 72cec83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ductus.FluentDocker/Model/Networks/NetworkType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public enum NetworkType
Bridge,
Host,
Overlay,
Ipvlan,
Macvlan,
None,
Custom
Expand Down

0 comments on commit 72cec83

Please sign in to comment.