mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 18:30:41 -05:00
611 B
611 B
| description | layout | page_title | sidebar_current |
|---|---|---|---|
| Provisioners use builtin and third-party software to install and configure the machine image after booting. | docs | Provisioners | docs-provisioners |
Provisioners
Provisioners use builtin and third-party software to install and configure the machine image after booting. Provisioners prepare the system for use, so common use cases for provisioners include:
- installing packages
- patching the kernel
- creating users
- downloading application code
These are just a few examples, and the possibilities for provisioners are endless.