Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 290 Bytes

File metadata and controls

13 lines (8 loc) · 290 Bytes

PostgreSQL Client

Command to start an interactive PostgreSQL client session.

Configuration

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'