mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed some grammar and one other line about needing the postgresql-client for connecting to the service.
This commit is contained in:
parent
139644895e
commit
8291d509c2
1 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ uncomment ``listen_addresses`` so it is as follows:
|
||||||
|
|
||||||
This PostgreSQL setup is for development only purposes. Refer
|
This PostgreSQL setup is for development only purposes. Refer
|
||||||
to PostgreSQL documentation how to fine-tune these settings so that it
|
to PostgreSQL documentation how to fine-tune these settings so that it
|
||||||
is enough secure.
|
is secure enough.
|
||||||
|
|
||||||
Exit.
|
Exit.
|
||||||
|
|
||||||
|
@ -121,9 +121,9 @@ Finally, run PostgreSQL server via ``docker``.
|
||||||
-D /var/lib/postgresql/9.3/main \
|
-D /var/lib/postgresql/9.3/main \
|
||||||
-c config_file=/etc/postgresql/9.3/main/postgresql.conf')
|
-c config_file=/etc/postgresql/9.3/main/postgresql.conf')
|
||||||
|
|
||||||
Connect the PostgreSQL server using ``psql`` (You will need postgres installed
|
Connect the PostgreSQL server using ``psql`` (You will need the postgresql client installed
|
||||||
on the machine. For ubuntu, use something like
|
on the machine. For ubuntu, use something like
|
||||||
``sudo apt-get install postgresql``).
|
``sudo apt-get install postgresql-client``).
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue