https://github.com/toshimaru/packer-digitalocean-sample
Create a snapshot on Digital Ocean with packer.
https://github.com/toshimaru/packer-digitalocean-sample
Last synced: about 1 year ago
JSON representation
Create a snapshot on Digital Ocean with packer.
- Host: GitHub
- URL: https://github.com/toshimaru/packer-digitalocean-sample
- Owner: toshimaru
- Created: 2014-03-14T20:05:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T05:56:28.000Z (over 12 years ago)
- Last Synced: 2024-04-14T18:22:24.746Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Create an image on Digital Ocean
$ git clone https://github.com/toshimaru/packer-digitalocean-sample
$ cd packer-digitalocean-sample
Add your own `client_id` and `api_key` in `Packer.json`.
$ packer build Packer.json
#See also
*
*
*
* [packerを使ってDigital Ocean上にイメージを作成する](http://blog.toshimaru.net/digitalocean-image-with-packer/)