Skip to content

Commit

Permalink
Docs: Add the flag --api-enable-cors to deprecated.md
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Nayak <[email protected]>
  • Loading branch information
KarthikNayak committed Apr 4, 2017
1 parent d7e7aa6 commit 85f92ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 85f92ef

Please sign in to comment.