Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install of docker on ARM nodes #32

Open
moul opened this issue Apr 25, 2016 · 0 comments
Open

Fix install of docker on ARM nodes #32

moul opened this issue Apr 25, 2016 · 0 comments
Assignees

Comments

@moul
Copy link
Contributor

moul commented Apr 25, 2016

docker-machine create -d scaleway --scaleway-commercial-type=C1 fails at the docker install step, see below

Addresses #28

Full logs


I think we can use an alternative --engine-install-url when for C1 servers (see https://github.com/docker/machine/blob/8141874120abdc5c9056b6dbeb09bfb76a3eb290/libmachine/drivers/base.go#L88)
We should host this script on this repo and try to dynamically update the flag if --scaleway-commercial-type=C1.


But ideally, we should add a new provisioner (https://github.com/docker/machine/tree/master/libmachine/provision) that should also help @hypriot's driver (https://github.com/hypriot/docker-machine-hypriot)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant