Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thtmnisamnstr authored Dec 22, 2021
1 parent 9cd3266 commit 0b98b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# psql-client-docker
Containerized PostgreSQL client for executing SQL commands in containerized environments

## Use
The `psql-client` image is stored on Docker Hub in the [rtdl/psql-client repository](https://hub.docker.com/r/rtdl/psql-client).

## Use
This image is not interactive and has no default ENTRYPOINT. You can use the `entrypoint` option to execute psql commands and `volumes` to load scripts that can be executed with the psql client.
**Docker Run example**
```
Expand Down

0 comments on commit 0b98b40

Please sign in to comment.