Merge pull request #2636 from mitchellh/docs-checkpoint

Added docs for checkpoint
This commit is contained in:
Chris Bednarski 2015-08-20 14:23:49 -07:00
commit 244500c667
1 changed files with 5 additions and 0 deletions

View File

@ -34,3 +34,8 @@ each can be found below:
communication with plugins, since plugin communication happens over TCP
connections on your local host. The default is 10,000. See the [core
configuration page](/docs/other/core-configuration.html).
- `CHECKPOINT_DISABLE` - When Packer is invoked it sometimes calls out to
[checkpoint.hashicorp.com](https://checkpoint.hashicorp.com/) to look for
new versions of Packer. If you want to disable this for security or privacy
reasons, you can set this environment variable to `1`.