add new chinese translations
This commit is contained in:
16
pages.zh/common/packer.md
Normal file
16
pages.zh/common/packer.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# packer
|
||||
|
||||
> 构建自动化机器镜像。
|
||||
> 更多信息:<https://www.packer.io/>.
|
||||
|
||||
- 构建镜像:
|
||||
|
||||
`packer build {{路径/到/配置.json}}`
|
||||
|
||||
- 检查 Packer 镜像配置的语法:
|
||||
|
||||
`packer validate {{路径/到/配置.json}}`
|
||||
|
||||
- 格式化 Packer 镜像配置:
|
||||
|
||||
`packer fmt {{路径/到/配置.pkr.hcl}}`
|
Reference in New Issue
Block a user