# Functions
CondenseHostName truncates the middle of the given name if it is 64 characters or longer.
No description provided by the author
DockerSetup returns a new Docker Client and the ID of a configured network, associated with t.
GeneratePortBindings will find open ports on the local machine and create a PortBinding for every port in the portSet.
No description provided by the author
No description provided by the author
GetHostPort returns a resource's published port with an address.
No description provided by the author
No description provided by the author
NewFileRetriever returns a new FileRetriever.
NewFileWriter returns a new FileWriter.
NewImage returns a valid Image.
NewLocalKeyringFromDockerContainer copies the contents of the given container directory into a specified local directory.
RandLowerCaseLetterString returns a lowercase letter string of given length.
SanitizeContainerName returns name with any invalid characters replaced with underscores.
SetVolumeOwner configures the owner of a volume to match the default user in the supplied image reference.
StartContainer attempts to start the container with the given ID.
# Constants
No description provided by the author
LabelPrefix is the reverse DNS format "namespace" for e2e-test Docker labels.
NodeOwnerLabel indicates the logical node owning a particular object (probably a volume).
# Variables
KeepVolumesOnFailure determines whether volumes associated with a test using DockerSetup are retained or deleted following a test failure.
# Structs
Container is a docker container.
ContainerExecResult is a wrapper type that wraps an exit code and associated output from stderr & stdout, along with an error in the case of some error occurring during container execution.
No description provided by the author
ContainerOptions optionally configures starting a Container.
FileRetriever allows retrieving a single file from a Docker volume.
FileWriter allows retrieving a single file from a Docker volume.
Image is a docker image.
VolumeOwnerOptions contain the configuration for the SetVolumeOwner function.
# Interfaces
DockerSetupTestingT is a subset of testing.T required for DockerSetup.
# Type aliases
No description provided by the author