AliyunContainerService / docker-machine-driver-aliyunecs

Aliyun (Alibaba Cloud) ECS Driver of Docker Machine
Apache License 2.0
203 stars 49 forks source link

Driver "aliyunecs" not found. #34

Closed hasapu closed 6 years ago

hasapu commented 6 years ago

i always get error Driver "aliyunecs" not found. Do you have the plugin binary "docker-machine-driver-aliyunecs" accessible in your PATH?

when i tried to run

docker-machine create -d aliyunecs

and i have put this to my bash_profile

export PATH="$GOPATH/src/github.com/AliyunContainerService/docker-machine-driver-aliyunecs:$PATH"