package
20.10.0-rc1+incompatible
Repository: https://github.com/agilebits/moby.git
Documentation: pkg.go.dev
# Functions
Create creates a network with the specified options.
CreateNoError creates a network with the specified options and verifies there were no errors.
IsRemoved verifies the network is removed.
WithAttachable sets Attachable flag on the create network request.
WithCheckDuplicate sets the CheckDuplicate field on create network request.
WithDriver sets the driver of the network.
WithInternal enables Internal flag on the create network request.
WithIPAM adds an IPAM with the specified Subnet and Gateway to the network.
WithIPv6 Enables IPv6 on the network.
WithIPvlan sets the network as ipvlan with the specified parent and mode.
WithMacvlan sets the network as macvlan with the specified parent.
WithOption adds the specified key/value pair to network's options.