We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520d5e7 commit 8776d31Copy full SHA for 8776d31
pkg/registry/commands/flags.go
@@ -37,7 +37,7 @@ type registrySaveResults struct {
37
func (opts *registrySaveResults) RegisterFlags(fs *pflag.FlagSet) {
38
fs.SetInterspersed(false)
39
fs.StringVar(&opts.registryPullArch, "arch", runtime.GOARCH, "pull images arch")
40
- fs.StringVar(&opts.registryPullRegistryDir, "registry-dir", "/var/lib/registry", "registry data dir path")
+ fs.StringVar(&opts.registryPullRegistryDir, "registry-dir", "registry", "registry data dir path")
41
fs.IntVar(&opts.registryPullMaxPullProcs, "max-pull-procs", 5, "maximum number of goroutines for pulling")
42
}
43
0 commit comments