From 669d52422ee35cc750ec6223807055df3cea74d9 Mon Sep 17 00:00:00 2001 From: Marco Bernasocchi Date: Sun, 13 Sep 2015 18:31:58 +0200 Subject: [PATCH] Update run-postgis-docker.sh --- run-postgis-docker.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run-postgis-docker.sh b/run-postgis-docker.sh index 2af1ca6..5dce0ab 100755 --- a/run-postgis-docker.sh +++ b/run-postgis-docker.sh @@ -7,6 +7,9 @@ cat << EOF usage: $0 options This script runs a new docker postgis instance for you. +To get the image run: +docker pull kartoza/postgis + OPTIONS: -h Show this message @@ -78,7 +81,7 @@ eval $CMD docker ps | grep ${CONTAINER_NAME} echo "Connect using:" -echo "psql -l -p 5432 -h $IPADDRESS -U $PGUSER" +echo "psql -l -p 5432 -h localhost -U $PGUSER" echo "and password $PGPASSWORD" echo echo "Alternatively link to this container from another to access it"