From 8b52c4e35a76d47fc4e0223e3ac163bc786bcbe6 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 27 Oct 2014 20:14:48 +0530 Subject: [PATCH] readme: specify image version in administrative login command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e47906c..50fe4f1 100644 --- a/README.md +++ b/README.md @@ -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.