Config func to generate a configurer to use like this cntest.NewContainer(mysql.Config({"db":"mydb","initdb_path":"./testdb",user:"bob"})).
Container creates a mysql opinionated container with defaults overridden by the supplied props for:
db - name of the database.