mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-09-10 12:00:18 +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
|
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
|
```bash
|
||||||
docker run -it --rm --volumes-from=postgresql \
|
docker run -it --rm --volumes-from=postgresql \
|
||||||
|
|||||||
Reference in New Issue
Block a user