scaleway / docker-machine-driver-scaleway

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

Cannot create new docker machine #93

Closed rllola closed 5 years ago

rllola commented 6 years ago

Here the command :

docker-machine create -d scaleway --scaleway-token=$TOKEN --scaleway-name="grin"--scaleway-commercial-type="START1-S" grin

and my error:

Running pre-create checks...
Creating machine...
(grin) Creating SSH key...
(grin) Creating server...
Error creating machine: Error in driver during machine creation: No such image (zone par1, arch x86_64) : ubuntu-xenial
izissise commented 5 years ago

Fixed in version 1.6, Thanks for reporting this issue