# Functions

DumpContainerLogs runs "docker logs" against the container and send it to t.Log.
StartContainer runs a postgres container to execute commands.
StopContainer stops and removes the specified container.

# Structs

Container tracks information about a docker container started for tests.