postgres library
Classes
- DockerProcess
- Access wrapper to interact with a docker container as a process.
Functions
-
startPostgres(
{String name, String version, String imageName = 'postgres', String network, String pgUser, String pgPassword = 'postgres', String pgDatabase, int pgPort = 5432, bool cleanup}) → Future< DockerProcess>