Container contains information about a running container. This includes both
information from Docker (its ID, etc.) and information from labels (domains,
address, etc.).
New reads information from a container's labels and populates a Container
instance with the data. If the container does not contain the requires
labels, nil is returned.