Skip to content

Commit

Permalink
Merge pull request moby#32352 from KarthikNayak/32174
Browse files Browse the repository at this point in the history
Docs: Add the flag `--api-enable-cors` to deprecated.md
  • Loading branch information
vieux authored Apr 4, 2017
2 parents 5f14f4a + 85f92ef commit b9e9518
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 b9e9518

Please sign in to comment.