scaleway / docker-machine-driver-scaleway

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

Docker bootscript not compatible with Docker swarm mode #79

Closed jaylinski closed 5 years ago

jaylinski commented 6 years ago

I just wanted to let you know, that the default bootscript used by this driver is not compatible with Docker swarm mode.

I had to change my Ubuntu Xenial bootscript to x86_64 mainline 4.4.105 rev1 in order to get swarm mode working, as described in issue https://github.com/scaleway/image-ubuntu/issues/78#issuecomment-333669414.

You should consider to either

Cheers! :whale:

jaylinski commented 6 years ago

This was probably fixed with https://github.com/scaleway/docker-machine-driver-scaleway/pull/85.

izissise commented 5 years ago

"" Empty bootscript is now the default, thanks for reporting this issue