Signed-off-by: Karthik Nayak <Karthik.188@gmail.com>
| ... | ... |
@@ -299,3 +299,12 @@ Since 1.9, Docker Content Trust Offline key has been renamed to Root key and the |
| 299 | 299 |
|
| 300 | 300 |
- DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is now named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE |
| 301 | 301 |
- DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE is now named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE |
| 302 |
+ |
|
| 303 |
+### `--api-enable-cors` flag on dockerd |
|
| 304 |
+ |
|
| 305 |
+**Deprecated In Release: [v1.6.0](https://github.com/docker/docker/releases/tag/v1.6.0)** |
|
| 306 |
+ |
|
| 307 |
+**Target For Removal In Release: v17.09** |
|
| 308 |
+ |
|
| 309 |
+The flag `--api-enable-cors` is deprecated since v1.6.0. Use the flag |
|
| 310 |
+`--api-cors-header` instead. |