Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcw/packer-templates
A set of packer templates
https://github.com/marcw/packer-templates
Last synced: 20 days ago
JSON representation
A set of packer templates
- Host: GitHub
- URL: https://github.com/marcw/packer-templates
- Owner: marcw
- Created: 2013-08-23T11:23:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-24T16:41:19.000Z (over 11 years ago)
- Last Synced: 2024-11-11T06:46:28.680Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
packer-templates
================A set of [packer](http://packer.io/) templates.
Packer is supposed to be ran from the root directory of this repository. For example, to build the symfony2 VM, run:
cp variables.json.dist variables.json
# edit variables.json if you nedd
packer -var-file=variables.json symfony2/template.jsonDO NOT `cd` to the `symfony2` directory and run `packer template.json`, it just won't work.