Skip to content

Instantly share code, notes, and snippets.

@mrrusof
Created August 14, 2017 18:16
Show Gist options
  • Select an option

  • Save mrrusof/2611be43c03e2b399dfd9ac7904055de to your computer and use it in GitHub Desktop.

Select an option

Save mrrusof/2611be43c03e2b399dfd9ac7904055de to your computer and use it in GitHub Desktop.
Run PostgreSQL in Docker container
docker run -d -e POSTGRES_DB=mydb -e POSTGRES_USER=myuser -e POSTGRES_PASSWORD=mypassword -p 5432:5432 --name mydb postgres:9.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment