# Functions
GetDockerContainerIPNetwork supports retreiving the *net.IP4Net of a container specified by name (and a specified network name for the case of multiple networks).
GetKindContainerID produces the docker container ID for the given kind cluster by name.
GetContainerIP retrieves the IPv4 address of a Kind container given the cluster name.
InspectDockerContainer is a helper function that uses the local docker environment provides the full container spec for a container present in that environment by name.
NewNegotiatedClientWithOpts is a wrapper around docker.NewClientWithOpts that negotiates the API version with the server.
ReadFileFromContainer reads a specific file from a given container by ID.
RunPrivilegedCommand is a very basic and opinionated helper function which runs the given command and arguments on the given container (by ID) privileged.
WriteFileToContainer writes a specific file to the container given ID.
# Variables
DefaultKindNetwork is the name of the default Docker network used for Kind clusters.
KindContainerSuffix provides the string suffix that Kind names all cluster containers with.