This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a commit to branch PG15
in repository https://gitbox.apache.org/repos/asf/age.git

commit 2b5b54799c1f0374a39fb737023451448cf8da8f
Author: Marco Aurélio Silva de Souza Júnior 
<[email protected]>
AuthorDate: Wed Oct 18 14:42:34 2023 -0300

    docs: Add to Docker setup (#1204)
    
    - add command to enter psql interface from command line.
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 614ec9aa..a6d2728e 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,12 @@ docker run \
     apache/age
 ```
 
+<h5> Enter PostgreSQL's psql: </h5>
+
+```bash
+docker exec -it age psql -d postgresDB -U postgresUser
+```
+
 
 
 <h2><img height="20" src="/img/contents.svg">&nbsp;&nbsp;Post Installation</h2>

Reply via email to