Hint about using --on-error=ask when debugging

This commit is contained in:
Sébastien BARTHÉLÉMY 2018-04-25 21:12:09 +02:00 committed by GitHub
parent 148f7d39e4
commit 0130f1f794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ sidebar_current: 'docs-other-debugging'
# Debugging Packer Builds # Debugging Packer Builds
Using `packer build -on-error=ask` allows you to inspect failures and try out
solutions before restarting the build.
For remote builds with cloud providers like Amazon Web Services AMIs, debugging For remote builds with cloud providers like Amazon Web Services AMIs, debugging
a Packer build can be eased greatly with `packer build -debug`. This disables a Packer build can be eased greatly with `packer build -debug`. This disables
parallelization and enables debug mode. parallelization and enables debug mode.