Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Last active March 7, 2017 08:52
Show Gist options
  • Save taisyo7333/c409cac7bb1ec5bd9671bfa856542751 to your computer and use it in GitHub Desktop.
Save taisyo7333/c409cac7bb1ec5bd9671bfa856542751 to your computer and use it in GitHub Desktop.
Docker / Postgres にアクセスする方法

条件

  • database名: development
  • ユーザー名:postgres
  • ホスト名:db

コマンド

psql -d <db_name> -U <user-name> -h <host>

psql -d development -U postgres -h db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment