From 9ebc1b76419ade5279762ef960c5c6097b55d7bd Mon Sep 17 00:00:00 2001 From: pouchrobot Date: Fri, 3 Apr 2020 01:24:45 +0000 Subject: [PATCH] docs: auto generate Dragonfly cli/api docs via code Signed-off-by: pouchrobot --- docs/cli_reference/dfdaemon.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli_reference/dfdaemon.md b/docs/cli_reference/dfdaemon.md index ae615717c..17fa933fa 100644 --- a/docs/cli_reference/dfdaemon.md +++ b/docs/cli_reference/dfdaemon.md @@ -22,9 +22,11 @@ dfdaemon [flags] --localrepo string temp output dir of dfdaemon --maxprocs int the maximum number of CPUs that the dfdaemon can use (default 4) --node strings specify the addresses(host:port) of supernodes that will be passed to dfget. + --peerPort uint peerserver will listen the port --port uint dfdaemon will listen the port (default 65001) --ratelimit rate net speed limit (default 20MB) --registry string registry mirror url, which will override the registry mirror settings in the config file if presented (default "https://index.docker.io") + --streamMode dfdaemon will run in stream mode --verbose verbose --workHome string the work home directory of dfdaemon. (default "/root/.small-dragonfly") ```