mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8008 from dwgebler/master
fixes incorrect environment variable labeling in container linking guide
This commit is contained in:
commit
0c5a7ad577
1 changed files with 4 additions and 4 deletions
|
@ -186,10 +186,10 @@ command to list the specified container's environment variables.
|
|||
. . .
|
||||
DB_NAME=/web2/db
|
||||
DB_PORT=tcp://172.17.0.5:5432
|
||||
DB_PORT_5000_TCP=tcp://172.17.0.5:5432
|
||||
DB_PORT_5000_TCP_PROTO=tcp
|
||||
DB_PORT_5000_TCP_PORT=5432
|
||||
DB_PORT_5000_TCP_ADDR=172.17.0.5
|
||||
DB_PORT_5432_TCP=tcp://172.17.0.5:5432
|
||||
DB_PORT_5432_TCP_PROTO=tcp
|
||||
DB_PORT_5432_TCP_PORT=5432
|
||||
DB_PORT_5432_TCP_ADDR=172.17.0.5
|
||||
. . .
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue