Skip to content

Commit 74c94fa

Browse files
authored
docs: Add to Docker setup (#1204) (#1290)
- add command to enter psql interface from command line. (cherry picked from commit 25660e5)
1 parent 4b12813 commit 74c94fa

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
@@ -199,6 +199,12 @@ docker run \
199199
apache/age
200200
```
201201

202+
<h5> Enter PostgreSQL's psql: </h5>
203+
204+
```bash
205+
docker exec -it age psql -d postgresDB -U postgresUser
206+
```
207+
202208

203209

204210
<h2><img height="20" src="/img/contents.svg">&nbsp;&nbsp;Post Installation</h2>

0 commit comments

Comments
 (0)