We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker-machine create -d scaleway --scaleway-commercial-type=C1 fails at the docker install step, see below
docker-machine create -d scaleway --scaleway-commercial-type=C1
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.
--engine-install-url
--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)
The text was updated successfully, but these errors were encountered:
moul
No branches or pull requests
docker-machine create -d scaleway --scaleway-commercial-type=C1
fails at the docker install step, see belowAddresses #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)
The text was updated successfully, but these errors were encountered: