There are applications such as Gitlab, Docker, etc that can be accessed and used while spinning up a droplet via the web interface. I don’t see access to these applications via the API. Or did I miss it? If so, where is it documented? If not, coming any time soon? Or does it not make sense to include in the API?
Thanks! Scott Chamberlain
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The application images are treated like any other image by the API. You can find them by querying the list of images. For instance, here’s the result for the Docker image:
{
"id":6375976,
"name":"Docker 1.2.0 on Ubuntu 14.04",
"distribution":"Ubuntu",
"slug":"docker",
"public":true,
"regions":[
"nyc1",
"ams1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3"
],
"created_at":"2014-09-26T19:48:01Z"
}
Note, the docker slug. You can use this in place of the image ID when creating a droplet as it is guaranteed to be stable while the ID may change if the image is updated.
Remember that API results are paginated. Sometimes this trips people up as they don’t realize the image they are looking for is on the next page.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.