Git Product home page Git Product logo

Comments (2)

gaius-qi avatar gaius-qi commented on May 24, 2024
cleanup_on_close = false
enable_stargz = false
root_dir = "/var/lib/containerd-nydus"
version = 1

[binaries]
nydusd_path = "/usr/local/bin/nydusd"
nydus_image_path = "/usr/local/bin/nydus-image"

[log]
# Snapshotter's log level
level = "info"
dir =
stdout = false
rotate_compress = true
rotate_local_time = true
rotate_max_age = 
rotate_max_backups = 
rotate_max_size = 
stdout = false

[metrics]
enable = false

[system]
# Management API server unix domain socket path
socket_path = 

[remote.auth]
enable_kubeconfig_keychain = false
kubeconfig_path = "/home/foo/.kube"

[snapshot]
enable_nydus_overlayfs = false
sync_remove = false

[cache]
enable = true
gc_period = "24h"

[image]
public_key_file = "/path/to/key/file"
validate_signature = false

[daemon]
# fuse or fscache
fs_drvier = "fuse"
# How to process when daemon dies: "none", "restart", "failover"
recover_policy = "restart"

[daemon.log]
# Specify nydusd log level
level = "info"

# configuration of remote backend storage. fuse and fscache 
# can share the same backend configuration.
[daemon.storage]
connect_timeout = "5s"
#  NOTE: mirrors and proxy can't be set at the same time
mirrors = [{host = , headers = , auth_though = }]
# proxy =
disable_indexed_map = false
# container images data can be cached locally
enable_cache = true
prefetch_config = {enable = true, threads_count = 8, merging_size = 1048576}
retry_limit = 2
scheme = "https"
timeout = "5s"
type = "registry"

[daemon.fuse]
# loading rafs metadata mode
digest_validate = false
enable_xattr = true
iostats_files = false
mode = "direct"

# Nydusd works as a fscache/cachefiles userspace daemon
[daemon.fscache]
config = {cache_type = "fscache"}
type = "bootstrap"

from nydus-snapshotter.

changweige avatar changweige commented on May 24, 2024

achieved by #306

from nydus-snapshotter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.