1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update to double-dash everywhere

These were found using `git grep -nE '[^-a-zA-Z0-9<>]-[a-zA-Z0-9]{2}'` (fair warning: _many_ false positives there).

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
Tianon Gravi 2014-03-13 11:46:02 -06:00
parent 51a46e6a4f
commit 44fe8cbbd1
51 changed files with 188 additions and 188 deletions

View file

@ -1045,7 +1045,7 @@ In this version of the API, /attach, uses hijacking to transport stdin, stdout a
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 enable cross origin requests to the remote api add the flag "--api-enable-cors" when running docker in daemon mode.
docker -d -H="tcp://192.168.1.9:4243" -api-enable-cors
docker -d -H="tcp://192.168.1.9:4243" --api-enable-cors