committed by
Randell Dawson
parent
e5ebcec171
commit
0a1f237a23
12
client/src/pages/guide/english/devops/packer/index.md
Normal file
12
client/src/pages/guide/english/devops/packer/index.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
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/)
|
Reference in New Issue
Block a user