-
-
Save rjmacarthy/95142473f8de50a13398cf299be27de3 to your computer and use it in GitHub Desktop.
docker postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run docker-machine env to get docker-machine host | |
psql -h [docker-machine host] -U youruser | |
psql -h 192.168.99.100 -U admin | |
psql -h 172.17.0.1 -U admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment