# Functions
ConnectToNetwork function connects the container to the selected Docker network.
ConnectToNetworkWithAlias function connects the container to the selected Docker network.
ContainerID function returns the container ID for a given container name.
ContainerIDsWithLabel function returns all the container IDs filtering per label.
Copy function copies resources from the container to the local destination.
InspectContainers function inspects selected Docker containers.
InspectNetwork function returns the network description for the selected network.
Pull downloads the latest available revision of the image.
# Structs
ConfigLabels are the labels included in the config in container descriptions.
ContainerDescription describes the Docker container.
NetworkDescription describes the Docker network and connected Docker containers.