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> Upstream-commit: f3dd2db4ff7de1399a49af928cd3eae4fccf8764 Component: engine
This commit is contained in:
@ -1968,7 +1968,7 @@ This might change in the future.
|
||||
|
||||
## 3.3 CORS Requests
|
||||
|
||||
To enable cross origin requests to the remote api add the flag
|
||||
"--api-enable-cors" when running docker in daemon mode.
|
||||
To set cross origin requests to the remote api, please add flag "--api-enable-cors"
|
||||
when running docker in daemon mode.
|
||||
|
||||
$ docker -d -H="192.168.1.9:2375" --api-enable-cors
|
||||
$ docker -d -H="192.168.1.9:2375" --api-cors-header="http://foo.bar"
|
||||
|
||||
Reference in New Issue
Block a user