Browse code

Merge pull request #9052 from andreyst/master

Fix typo in Docker Links chapter of User Guide

James Turnbull authored on 2014/11/10 14:10:38
Showing 1 changed files
... ...
@@ -195,7 +195,7 @@ port. Where `<name>` is the alias name specified in the `--link` parameter
195 195
 is either `TCP` or `UDP`. The format of the URL will be: 
196 196
 `<protocol>://<container_ip_address>:<port>`
197 197
 (e.g. `tcp://172.17.0.82:8080`).  This URL will then be
198
-split into the following 3 environment variables for convinience:
198
+split into the following 3 environment variables for convenience:
199 199
 * `<name>_PORT_<port>_<protocol>_ADDR` will contain just the IP address 
200 200
 from the URL (e.g. `WEBDB_PORT_8080_TCP_ADDR=172.17.0.82`).
201 201
 * `<name>_PORT_<port>_<protocol>_PORT` will contain just the port number