docker-machine-driver-xenserver
docker-machine-driver-xenserver copied to clipboard
XenServer driver for Docker Machine
When the VM is created and its IP Address is collected, the XenServer machine driver was not setting the IPAddress parameter, expected by Rancher 2.0. This parameter comes from the...
[xenserver.go](https://github.com/xenserver/docker-machine-driver-xenserver/blob/master/xenserver/xenserver.go#L95)'s default value for this is 1GB not 2GB as readme shows.
The driver fail to create the VDI's on Slave on their local SR Why ? Because it doen't manage the 302 redirect when it made the PUT in the HTTP...
There is no need to override GetSSHKeyPath from the base driver, and it makes this driver incompatible with Rancher 2.0, for instance. The default path for id_rsa is the StorePath...
This pull request aims to allow provisioning of any existing OS Template in XenServer using docker-machine. If xenserver-os-template is specified, it clones the template and configures SSH key using a...
Is this project still working with XS 7.2 and docker-machine 0.12.2 ? Thanks
I upgraded docker on my laptop, which then had an API mismatch with my docker machine: ``` Error response from daemon: client is newer than server (client API version: 1.23,...