Skip to content

Instantly share code, notes, and snippets.

@fukaoi
Created September 19, 2018 13:42
Show Gist options
  • Select an option

  • Save fukaoi/026ba4c836e79332ede5c27bab0aaf7b to your computer and use it in GitHub Desktop.

Select an option

Save fukaoi/026ba4c836e79332ede5c27bab0aaf7b to your computer and use it in GitHub Desktop.
postgreSQL on Dockder
docker run -d -p 5432:5432 -v /var/run/postgresql/:/var/run/postgresql/ --name mypost postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment