From 05f99a7915ab97525af08ef11129f847e92e7bf2 Mon Sep 17 00:00:00 2001 From: Karthik Nayak Date: Tue, 4 Apr 2017 20:02:47 +0530 Subject: [PATCH] Docs: Add the flag `--api-enable-cors` to deprecated.md Signed-off-by: Karthik Nayak Upstream-commit: 85f92ef3590b386ea17e3948262725a2d3ce4db5 Component: engine --- components/engine/docs/deprecated.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/engine/docs/deprecated.md b/components/engine/docs/deprecated.md index b57bbbecfe..bcdfd4de1f 100644 --- a/components/engine/docs/deprecated.md +++ b/components/engine/docs/deprecated.md @@ -299,3 +299,12 @@ Since 1.9, Docker Content Trust Offline key has been renamed to Root key and the - DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is now named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE - DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE is now named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE + +### `--api-enable-cors` flag on dockerd + +**Deprecated In Release: [v1.6.0](https://github.com/docker/docker/releases/tag/v1.6.0)** + +**Target For Removal In Release: v17.09** + +The flag `--api-enable-cors` is deprecated since v1.6.0. Use the flag +`--api-cors-header` instead.