add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/common/packer.md Normal file
View File

@@ -0,0 +1,16 @@
# packer
> 构建自动化机器镜像。
> 更多信息:<https://www.packer.io/>.
- 构建镜像:
`packer build {{路径/到/配置.json}}`
- 检查 Packer 镜像配置的语法:
`packer validate {{路径/到/配置.json}}`
- 格式化 Packer 镜像配置:
`packer fmt {{路径/到/配置.pkr.hcl}}`