Command to start an interactive PostgreSQL client session.
See common usage
Place any arguments for psql
after --
.
docker run --rm -it panubo/postgres-toolbox:latest psql -h 172.18.0.2 -W password -U myapp -- -c 'SELECT 1'
Command to start an interactive PostgreSQL client session.
See common usage
Place any arguments for psql
after --
.
docker run --rm -it panubo/postgres-toolbox:latest psql -h 172.18.0.2 -W password -U myapp -- -c 'SELECT 1'