Question
Can you create a droplet from Ubuntu 14.04 x64 or with Docker application using API?
I’ve been playing with the API and using DO as a Vagrant Provider, but I can’t seem to find a way to create a droplet from Ubuntu 14.04 x64 (curl -u {api-key} https://api.digitalocean.com/v2/images
doesn’t include Ubuntu 14.04 in the list of available images). I also wondered if it’s possible to reference the “application” images DO provides in their web UI via the API (e.g., create a new image from their “Docker 1.0 on Ubuntu 14.04 x64” application instead of having to build it on your own).
Anyone have an example of creating an Ubuntu 14.04 x64 droplet using Vagrant? Or otherwise using the API that might help me figure out how to make it work through Vagrant?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×