diff --git a/pages/common/packer.md b/pages/common/packer.md new file mode 100644 index 0000000000..f2c7229387 --- /dev/null +++ b/pages/common/packer.md @@ -0,0 +1,12 @@ +# packer + +> Build automated machine images. +> More information: . + +- Build an image: + +`packer build {{path/to/config.json}}` + +- Check the syntax of a Packer image config: + +`packer validate {{path/to/config.json}}`