Merge pull request #6166 from cbednarski/docs-checkpoint

Change docs for checkpoint environment variable
This commit is contained in:
Seth Vargo 2015-11-06 19:08:26 -05:00
commit 4df01da457
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ calls over the internet for any reason can be undesirable. To surpress these
calls, set the environment variable `VAGRANT_CHECKPOINT_DISABLE` to any
non-empty value.
If you use other HashiCorp tools like Packer and would prefer to configure this
setting only once, you can set `CHECKPOINT_DISABLE` instead.
## VAGRANT\_CWD
`VAGRANT_CWD` can be set to change the working directory of Vagrant. By