mirror of https://github.com/docker/cli.git
Add cors header flag and leave boolean flag not changed
Deprecate api-enable-cors Update docs & man files Signed-off-by: harry zhang <resouer@163.com>
This commit is contained in:
parent
71a1c33533
commit
92b48f975a
|
@ -75,6 +75,7 @@ expect an integer, and they can only be specified once.
|
|||
|
||||
Options:
|
||||
--api-enable-cors=false Enable CORS headers in the remote API
|
||||
--api-cors-header="" Set CORS headers in the remote API
|
||||
-b, --bridge="" Attach containers to a network bridge
|
||||
--bip="" Specify network bridge IP
|
||||
-D, --debug=false Enable debug mode
|
||||
|
|
Loading…
Reference in New Issue