dfdaemon

dfdaemon is a proxy between pouchd/dockerd and registry used for pulling images. You can use the dfdaemon command in the command line tool.

Name

dfdaemon - a proxy between pouchd/dockerd and registry used for pulling images.

Synopsis

dfdaemon [options]...

Options

  1. -callsystem string
  2. caller name (default "com_ops_dragonfly")
  3. -certpem string
  4. cert.pem file path
  5. -dfpath string
  6. dfget path (default is your installed path)
  7. -h help
  8. -hostIp string
  9. dfdaemon host ip, default: 127.0.0.1 (default "127.0.0.1")
  10. -keypem string
  11. key.pem file path
  12. -localrepo string
  13. temp output dir of dfdaemon (default is "${HOME}/.small-dragonfly/dfdaemon/data")
  14. -maxprocs int
  15. the maximum number of CPUs that the dfdaemon can use (default 4)
  16. -notbs
  17. not try back source to download if throw exception (default true)
  18. -port uint
  19. dfdaemon will listen the port (default 65001)
  20. -ratelimit string
  21. net speed limit,format:xxxM/K
  22. -registry string
  23. registry addr(https://abc.xx.x or http://abc.xx.x) and must exist if dfdaemon is used to mirror mode
  24. -rule string
  25. download the url by P2P if url matches the specified pattern,format:reg1,reg2,reg3
  26. -urlfilter string
  27. filter specified url fields (default "Signature&Expires&OSSAccessKeyId")
  28. -v version
  29. -verbose
  30. verbose

Files

Local Repository Directory

The default local repository is ${HOME}/.small-dragonfly/dfdaemon/data/. You can change it by setting the option -localrep.