Created
June 15, 2017 09:33
-
-
Save jflaflamme/2a1ffc372cab37bb7fc38f4b7a573581 to your computer and use it in GitHub Desktop.
create postgresql database in running docker container
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
| docker exec postgres9 psql -U postgres -c 'create database <database name>;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment