DigitalOcean Droplet creator

July 10, 2017 ยท View on GitHub

A dialog-based shell script to quickly create a single DigitalOcean Droplet.

The dodc main menu lists options for creating and configuring a Droplet.

Usage

Run ./dodc.sh, enter the Droplet name at the prompt, then select the image to build the Droplet with. From there, you can review or change any other settings before creating.

All SSH keys in an account are automatically added to each Droplet created.

Requirements

  • dialog, for prompting the user for input.
  • doctl, for creating the resulting Droplet and other DigitalOcean API interactions.
  • jq, for parsing the list of public images.