Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jflaflamme/2a1ffc372cab37bb7fc38f4b7a573581 to your computer and use it in GitHub Desktop.

Select an option

Save jflaflamme/2a1ffc372cab37bb7fc38f4b7a573581 to your computer and use it in GitHub Desktop.
create postgresql database in running docker container
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