package
0.0.0-20240818021530-f5e744f7964a
Repository: https://github.com/kaisenlinux/docker.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.
No description provided by the author
StartDaftDNS starts and returns a really, really daft DNS server that only responds to type-A requests, and always with address dnsRespAddr.
WithAttachable sets Attachable flag on the 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.
WithIPAM adds an IPAM with the specified Subnet, IPRange 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.
WriteTempResolvConf writes a resolv.conf that only contains a single nameserver line, with address addr.

# Constants

No description provided by the author