Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Using volumes in digitalocean creation #4503

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmvieira
Copy link

@dmvieira dmvieira commented Jun 6, 2018

DigitalOcean needs to set volumes when creating new droplets to mount a volume using new API as we can found here: https://developers.digitalocean.com/documentation/v2/#droplets

We can found this issue here: https://www.digitalocean.com/community/questions/block-storage-legacy-hardware

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "patch-1" git@github.com:dmvieira/machine.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

DigitalOcean needs to set volumes when creating new droplets to mount a volume using new API

Signed-off-by: Diogo Munaro <diogo.mvieira@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants