freeCodeCamp/guide/english/devops/packer/index.md

13 lines
821 B
Markdown

---
title: Packer
---
## Packer
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
Packer is an automation tool that aids in creating pre-configured images for Public Clouds and some virtualization software like VirtualBox or VmWare. It is most often used in conjuction with Vagrant for local testing and with Public Clouds to provide faster way to deploy hosting environment. Please note Packer still requires a way to provision such image i.e using configuration management tools like Ansible or Puppet
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
- [Official Documentation](https://www.packer.io/docs/index.html)
- [How to Get Started](https://www.packer.io/intro/)