MySQLContainer constructor

MySQLContainer(
  1. MySQLContainerConfig config,
  2. DockerRunner runner
)

Implementation

MySQLContainer(this.config, DockerRunner runner) : super(runner);