Skip to content

Commit

Permalink
add an example configuration item
Browse files Browse the repository at this point in the history
Signed-off-by: Guijie Wang <[email protected]>
  • Loading branch information
Guijie Wang committed Aug 6, 2023
1 parent a942b32 commit d3d9eee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/snapshotter/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ enable_stargz = false
# The option enables trying to fetch the Nydus image associated with the OCI image and run it.
# Also see https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers
enable_referrer_detect = false
# Whether to enable authentication support
# The option enables nydus snapshot to provide backend config to nydusd instead of writing to a file.
enable_credential_source = true

0 comments on commit d3d9eee

Please sign in to comment.