readme: specify image version in administrative login command

This commit is contained in:
Sameer Naik
2014-10-27 20:14:48 +05:30
parent 22953b3498
commit 8b52c4e35a
+1 -1
View File
@@ -81,7 +81,7 @@ The simplest way to login to the postgresql container as the administrative `pos
```bash
docker run -it --rm --volumes-from=postgresql \
sameersbn/postgresql sudo -u postgres -H psql
sameersbn/postgresql:9.1-1 sudo -u postgres -H psql
```
Alternately you can fetch the password set for the `postgres` user from the container logs.