docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.63k stars 1.97k forks source link

Unable to create digitalocean droplet using docker-machine #4387

Closed dimuls closed 6 years ago

dimuls commented 6 years ago

Typing:

docker-machine create --driver digitialocean --digitalocean-access-token=$DOTOKEN myapp

Got:

Driver "digitialocean" not found. Do you have the plugin binary "docker-machine-driver-digitialocean" accessible in your PATH?

Expecting successful droplet creation.

OS: Windows 10

$ docker-machine -v
docker-machine.exe version 0.13.0, build 9ba6da9
shin- commented 6 years ago

check your spelling.

dimuls commented 6 years ago

Tx