2017-07-31 23:07:30 +03:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-09-08 14:18:12 +03:00
|
|
|
docker run \
|
|
|
|
-it \
|
|
|
|
--rm \
|
|
|
|
--env-file={{ matrix_environment_variables_data_path }}/env-postgres-pgsql-docker \
|
|
|
|
--link=matrix-postgres:postgres \
|
|
|
|
{{ docker_postgres_image }} \
|
|
|
|
psql -h postgres
|