Skip to content

Commit

Permalink
Merge pull request moby#48504 from thaJeztah/man_remove_cors_flag
Browse files Browse the repository at this point in the history
man: remove docs for deprecated --api-cors-header
  • Loading branch information
thaJeztah committed Sep 16, 2024
2 parents 719ec86 + c4aaa97 commit 96128f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions man/dockerd.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dockerd - Enable daemon mode
**dockerd**
[**--add-runtime**[=*[]*]]
[**--allow-nondistributable-artifacts**[=*[]*]]
[**--api-cors-header**=[=*API-CORS-HEADER*]]
[**--authorization-plugin**[=*[]*]]
[**-b**|**--bridge**[=*BRIDGE*]]
[**--bip**[=*BIP*]]
Expand Down Expand Up @@ -138,10 +137,6 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru
artifacts to private registries and ensure that you are in compliance with
any terms that cover redistributing nondistributable artifacts.

**--api-cors-header**=""
Set CORS headers in the Engine API. Default is cors disabled. Give urls like
"http://foo, http://bar, ...". Give "\*" to allow all.

**--authorization-plugin**=""
Set authorization plugins to load

Expand Down

0 comments on commit 96128f7

Please sign in to comment.