Skip to content

Commit 0b1dbe5

Browse files
authored
docs: Add to Docker setup (#1204) (#1291)
- add command to enter psql interface from command line. (cherry picked from commit 25660e5)
1 parent cab088a commit 0b1dbe5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ docker run \
196196
apache/age
197197
```
198198

199+
<h5> Enter PostgreSQL's psql: </h5>
200+
201+
```bash
202+
docker exec -it age psql -d postgresDB -U postgresUser
203+
```
204+
199205
<h2><img height="20" src="/img/contents.svg">&nbsp;&nbsp;Post Installation</h2>
200206

201207
For every connection of AGE you start, you will need to load the AGE extension.

0 commit comments

Comments
 (0)