All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.torodb.testing.docker.postgres.postgres-docker-cmd.sh Maven / Gradle / Ivy

The newest version!
echo "localhost:*:test:test:test" > ~/.pgpass;
chmod 400 ~/.pgpass;
(
    while ! psql -h localhost -U test -d test;
    do
        sleep 1;
    done;
    echo "Database started";
) &
./docker-entrypoint.sh postgres




© 2015 - 2025 Weber Informatics LLC | Privacy Policy