Versions in this module Expand all Collapse all v0 v0.27.0 Dec 27, 2023 Changes in this version + func New(ctx context.Context, opts ...NetworkCustomizer) (*testcontainers.DockerNetwork, error) + func WithNetwork(aliases []string, nw *testcontainers.DockerNetwork) testcontainers.CustomizeRequestOption + func WithNewNetwork(ctx context.Context, aliases []string, opts ...NetworkCustomizer) testcontainers.CustomizeRequestOption + type CustomizeNetworkOption func(req *types.NetworkCreate) + func WithAttachable() CustomizeNetworkOption + func WithCheckDuplicate() CustomizeNetworkOption + func WithDriver(driver string) CustomizeNetworkOption + func WithEnableIPv6() CustomizeNetworkOption + func WithIPAM(ipam *network.IPAM) CustomizeNetworkOption + func WithInternal() CustomizeNetworkOption + func WithLabels(labels map[string]string) CustomizeNetworkOption + func (opt CustomizeNetworkOption) Customize(req *types.NetworkCreate) + type NetworkCustomizer interface + Customize func(req *types.NetworkCreate)