吕德庆

Results 2 comments of 吕德庆

``` // Registry is the configuration for a cluster registry type Registry struct { metav1.TypeMeta `json:",inline"` // PrivateRegistry defines the private registry address of ContainerManager. PrivateRegistry string `json:"privateRegistry"` // InsecureRegistries...

@wenwutang1 ``` registry: dataRoot: /data/var/lib/containerd ``` The dataRoot attribute of registry is not a good design for changing docker/containerd datadir. How can i change the registry default datedir: /mnt/registry? Is...