mirror of https://github.com/docker/docs.git
Update postgresql_service.md (#10261)
This commit is contained in:
parent
c40589eff9
commit
7e9d728df9
|
@ -89,7 +89,7 @@ the container exits successfully.
|
||||||
### Use container linking
|
### Use container linking
|
||||||
|
|
||||||
Containers can be linked to another container's ports directly using
|
Containers can be linked to another container's ports directly using
|
||||||
`-link remote_name:local_alias` in the client's
|
`--link remote_name:local_alias` in the client's
|
||||||
`docker run`. This sets a number of environment
|
`docker run`. This sets a number of environment
|
||||||
variables that can then be used to connect:
|
variables that can then be used to connect:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue