Browse code

Edits and additions to release notes.

Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)

Added link for CVEs.

Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)

Fixed some URLs.

Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)

Fred Lifton authored on 2014/10/16 04:21:18
Showing 1 changed files
... ...
@@ -101,7 +101,7 @@ container. The command has APIs for both the daemon and the client. With
101 101
 `docker exec`, you'll be able to do things like add or remove devices from
102 102
 running containers, debug running containers, and run commands that are not
103 103
 part of the container's static specification. Details in the [command line
104
-reference](/reference/commandline/).
104
+reference](/reference/commandline/cli/#exec).
105 105
 
106 106
 *New command: `docker create`*
107 107
 
... ...
@@ -112,7 +112,7 @@ provides more control over management of the container lifecycle, giving you the
112 112
 ability to configure things like volumes or port mappings before the container
113 113
 is started. For example, in a rapid-response scaling situation, you could use
114 114
 `create` to prepare and stage ten containers in anticipation of heavy loads.
115
-Details in the [command line reference](/reference/commandline/).
115
+Details in the [command line reference](/reference/commandline/cli/#create).
116 116
 
117 117
 *Tech preview of new provenance features*
118 118
 
... ...
@@ -135,12 +135,12 @@ regular, unsigned image.
135 135
 `--security-opt`, that lets you set SELinux and AppArmor labels and profiles.
136 136
 This means you'll  no longer have to use `docker run --privileged` on kernels
137 137
 that support SE Linux or AppArmor. For more information, see the
138
-[run reference page](/reference/run).
138
+[command line reference](/reference/commandline/cli/#run).
139 139
 
140 140
 * A new flag, `--add-host`, has been added to `docker run` that lets you add
141 141
 lines to `/etc/hosts`. This allows you to specify different name
142 142
 resolution for the container than it would get via DNS. For more information,
143
-see the [run reference page](/reference/run).
143
+see the [command line reference](/reference/commandline/cli/#run).
144 144
 
145 145
 * You can now set a `DOCKER_TLS_VERIFY` environment variable to secure
146 146
 connections by default (rather than having to pass the `--tlsverify` flag on