From 4882828f457b7aab9a90db97554cd1169f97f7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Chapron?= Date: Mon, 4 Aug 2014 11:32:38 +0200 Subject: [PATCH] Small typo in README Just changed "IPAddres" by "IPAddress" in command to get the postgresql ip. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eefb348..ef6c536 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Run the postgresql image ```bash docker run -name postgresql -d sameersbn/postgresql:latest -POSTGRESQL_IP=$(docker inspect postgresql | grep IPAddres | awk -F'"' '{print $4}') +POSTGRESQL_IP=$(docker inspect postgresql | grep IPAddress | awk -F'"' '{print $4}') ``` By default remote logins are permitted to the postgresql server and a random password is assigned for the postgres user. The password set for the postgres user can be retrieved from the container logs.