scaleway / docker-machine-driver-scaleway

:whale: Scaleway driver for Docker Machine
MIT License
249 stars 34 forks source link

X64 support #77

Closed karser closed 5 years ago

karser commented 6 years ago
docker-machine create -d scaleway \
--scaleway-organization=$SCALEWAY_ORGANIZATION --scaleway-token=$SCALEWAY_TOKEN \
--scaleway-name="sw3" --scaleway-region "par1" --scaleway-debug \
--scaleway-commercial-type="X64-15GB" --scaleway-volumes="150G" \
sw3
Running pre-create checks...
Creating machine...
(sw3) Creating SSH key...
(sw3) Creating server...
Error creating machine: Error in driver during machine creation: X64-15GB wrong commercial type
izissise commented 5 years ago

Fixed in version 1.6, Thanks for reporting this issue