Browse code

Spelling mistake in dockerlinks

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Sven Dowideit authored on 2015/02/04 11:12:46
Showing 2 changed files
... ...
@@ -139,7 +139,7 @@ for un-encrypted, and port `2376` for encrypted communication with the daemon.
139 139
 > for security reasons.
140 140
 
141 141
 On Systemd based systems, you can communicate with the daemon via
142
-[systemd socket activation](http://0pointer.de/blog/projects/socket-activation.html), use
142
+[Systemd socket activation](http://0pointer.de/blog/projects/socket-activation.html), use
143 143
 `docker -d -H fd://`. Using `fd://` will work perfectly for most setups but
144 144
 you can also specify individual sockets: `docker -d -H fd://3`. If the
145 145
 specified socket activated files aren't found, then Docker will exit. You
... ...
@@ -233,7 +233,7 @@ command to list the specified container's environment variables.
233 233
 > will scrub them when spawning shells for connection.
234 234
 
235 235
 > **Note**:
236
-> Unlike host entries in the [`/ets/hosts` file](#updating-the-etchosts-file),
236
+> Unlike host entries in the [`/etc/hosts` file](#updating-the-etchosts-file),
237 237
 > IP addresses stored in the environment variables are not automatically updated
238 238
 > if the source container is restarted. We recommend using the host entries in
239 239
 > `/etc/hosts` to resolve the IP address of linked containers.