Skip to content

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

Notifications You must be signed in to change notification settings

NicholasPCole/dodc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DigitalOcean Droplet creator

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages