An open API service indexing awesome lists of open source software.

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.

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/)