readme: fix typo

This commit is contained in:
Sameer Naik
2014-09-29 14:00:59 +05:30
parent 6a4fe7ca5b
commit cc065698f1
+1 -1
View File
@@ -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 \