mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 04:21:51 +08:00
readme: fix typo
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user