Update docs to use the new docker daemon command

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2015-07-23 20:31:43 -04:00
parent e7fc632147
commit e246f1e4ee
14 changed files with 50 additions and 51 deletions
@@ -2269,4 +2269,4 @@ To set cross origin requests to the remote api please give values to
`--api-cors-header` when running Docker in daemon mode. Set * (asterisk) allows all,
default or blank means CORS disabled
$ docker -d -H="192.168.1.9:2375" --api-cors-header="http://foo.bar"
$ docker daemon -H="192.168.1.9:2375" --api-cors-header="http://foo.bar"