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