# Functions
UniqueName generates a random string for a Docker containers name.
# Constants
DefaultShutdownTimeout is the timeout period for stopping a container.
DefaultStartTimeout is the timeout period for starting a container.
MySQLDefaultImage is used if none is specified.
PostgresDBDefaultImage is used if none is specified.
# Variables
DefaultNamer is the default naming function.
# Structs
MySQL defines a containerized MySQL Server.
PostgresDB defines a containerized Postgres Server.
# Type aliases
A NameFunc is used to generate container names.