diff --git "a/docs/zh/docs/NestOS/\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" "b/docs/zh/docs/NestOS/\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" index f228580de8bfe4043ab6deb07f1aca16f1f527ae..f135e8a9080dcf3b59219010c94a3503686f1cc0 100644 --- "a/docs/zh/docs/NestOS/\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" +++ "b/docs/zh/docs/NestOS/\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" @@ -30,9 +30,9 @@ Butane 提供了多种环境的支持,可以在 linux/windows 宿主机中或容器环境中进行配置。 ``` -docker pull quay.io/coreos/butane:release +docker pull quay.io/coreos/butane:latest ``` - +命令行中'latest'为镜像版本号,根据需要填写版本信息即可,要使用最新版本使用latest即可。 #### 生成登录密码 在宿主机执行如下命令,并输入你的密码。 @@ -101,7 +101,7 @@ passwd: 将 config.bu 通过 Butane 工具转换为 config.ign 文件,如下为在容器环境下进行转换。 ``` -# docker run --interactive --rm quay.io/coreos/butane:release \ +# docker run --interactive --rm quay.io/coreos/butane:latest \ --pretty --strict < your_config.bu > transpiled_config.ign ```