Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 405 Bytes

docker-postgresql

PostgreSQL Docker Image with the latest PostgreSQL 9.3 from apt.postgresql.org

Usage

  1. Run this image, e.g. docker build -t postgresql phaza/docker-postgresql docker run -d -name postgresql postgresql
  2. Connect to it via link or with psql:
psql -h <containerip> -U docker
docker run -d -link postgresql:db <otherimage>

Use docker as username and password.