From 0a1f237a23adc38c6f0d4b94ba80f2af98c22c45 Mon Sep 17 00:00:00 2001 From: Piotr Szwarc Date: Tue, 16 Oct 2018 09:30:39 +0200 Subject: [PATCH] Guide/packer (#19444) * Packer initial * Moved packer to devops --- .../src/pages/guide/english/devops/packer/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 client/src/pages/guide/english/devops/packer/index.md diff --git a/client/src/pages/guide/english/devops/packer/index.md b/client/src/pages/guide/english/devops/packer/index.md new file mode 100644 index 0000000000..b95806a342 --- /dev/null +++ b/client/src/pages/guide/english/devops/packer/index.md @@ -0,0 +1,12 @@ +--- +title: Packer +--- +## Packer + + +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: + +- [Official Documentation](https://www.packer.io/docs/index.html) +- [How to Get Started](https://www.packer.io/intro/)