From cc065698f1a8ffd5436a1b7c2bb29c00d1154257 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 29 Sep 2014 14:00:59 +0530 Subject: [PATCH] readme: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f5ca52..2402c5a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Run the postgresql image docker run --name postgresql -d sameersbn/postgresql:latest ``` -The simplest way to login to the postgresql container as the administrative `postgres` is to use the `--volumes-from` docker option to connect to the postgresql server over the unix socket. +The simplest way to login to the postgresql container as the administrative `postgres` user is to use the `--volumes-from` docker option to connect to the postgresql server over the unix socket. ```bash docker run -it --rm --volumes-from=postgresql \