Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update instruction to get into postgres shell from inside docker. (#103)
* Update instruction to get into postgres shell. * Add alternative command to access postgres shell. Added an alternative way to access postgres shell without getting into docker shell as suggested by sarthak-19.
- Loading branch information
194ff0e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker exec -it myPostgresDb psql -U postgresUser -W postgresDB