github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/applications/nydus/nydusdfile/clientfile/httpserver.json (about)

     1  {
     2    "device": {
     3      "backend": {
     4        "type": "registry",
     5        "config": {
     6          "scheme": "http",
     7  	"host": "192.168.0.2:8000",
     8  	"repo": "sealer"
     9        }
    10      },
    11      "cache": {
    12        "type": "blobcache",
    13        "config": {
    14          "work_dir": "./cache"
    15        }
    16      }
    17    },
    18    "mode": "direct",
    19    "digest_validate": false,
    20    "enable_xattr": true,
    21    "fs_prefetch": {
    22      "enable": true,
    23      "threads_count": 1,
    24      "merging_size": 131072,
    25      "bandwidth_rate":10485760
    26    }
    27  }