Small typo in README

Just changed "IPAddres" by "IPAddress" in command to get the postgresql ip.
This commit is contained in:
Jérôme Chapron
2014-08-04 11:32:38 +02:00
parent 31ddc89929
commit 4882828f45
+1 -1
View File
@@ -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.