質問

To use digital ocean as a vagrant provider, I followed instruction here. But I get this error.

$ vagrant up --provider=degital_ocean
The provider 'degital_ocean' could not be found, but was requested to
back the machine 'default'. Please use a provider that exists.

This is a result of $ vagrant plugin list

sahara (0.0.16)
vagrant-berkshelf (1.3.7)
vagrant-digitalocean (0.5.3)
vagrant-hostsupdater (0.0.11)
vagrant-omnibus (1.2.1)

What have I missed?

役に立ちましたか?

解決

You misspelled "digital". $ vagrant up --provider=digital_ocean

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top