This Docker image is a PostgreSQL client which is provided by pgcli
3.7K
This docker image is a PostgreSQL client which is provided by pgcli
docker run -it chaifeng/pgcli
docker run -it chaifeng/pgcli --version
docker run -it chaifeng/pgcli -h postgresserver -u user
docker run -it --name pgcli \
-e POSTGRES_DATABASE=your-dbname \
-e POSTGRES_HOST=your-postgres-container \
-e POSTGRES_USER=your-postgres-username \
-e POSTGRES_PASSWORD="your-postgres-password" \
--network your-network \
chaifeng/pgcli
POSTGRES_HOST
the host/ip of your postgres databasePOSTGRES_USER
the username of your postgres databasePOSTGRES_PASSWORD
the password of your postgres databasePOSTGRES_DB
the database to useContent type
Image
Digest
sha256:e23b8e5a6…
Size
348.5 MB
Last updated
over 3 years ago
docker pull chaifeng/pgcli