看 help 信息没明白,网上也没搜到 😀
$ kk init os --help
Init operating system
Usage:
kk init os [flags]
Flags:
--add-images-repo Create a local images registry
-f, --filename string Path to a configuration file
-h, --help help for os
-s, --sources string Path to the dependencies' dir
$ kk init registry --help
Init a local image registry
Usage:
kk init registry [flags]
Flags:
-f, --filename string Path to a configuration file
-h, --help help for registry
1、kk init os --add-images-repo
与 kk init registry
都是创建本地镜像仓库,有什么区别吗?
2、kk init os
与 kk init registry
的后面跟配置文件,有模板吗?
3、离线安装的文档里面,本地镜像仓库是直接 docker run 启的,也没有用 kk init?