man: add missing --add-runtime

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2017-06-02 00:07:48 +00:00
committed by Tibor Vass
parent cbfebbb25a
commit fac7c67349
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,7 @@ dockerd - Enable daemon mode
# SYNOPSIS
**dockerd**
[**--add-runtime**[=*[]*]]
[**--api-cors-header**=[=*API-CORS-HEADER*]]
[**--authorization-plugin**[=*[]*]]
[**-b**|**--bridge**[=*BRIDGE*]]
@@ -75,6 +76,9 @@ format.
# OPTIONS
**--add-runtime**=[]
Set additional OCI compatible runtime.
**--api-cors-header**=""
Set CORS headers in the remote API. Default is cors disabled. Give urls like "http://foo, http://bar, ...". Give "*" to allow all.