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

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


The following commit(s) were added to refs/heads/master by this push:
     new 25660e50 docs: Add to Docker setup (#1204)
25660e50 is described below

commit 25660e50d7fec058993e65bad46481392789ec79
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