Jonas Stoehr

Results 45 comments of Jonas Stoehr

I can see how this is causing headaches, so I want to try to at least somewhat mitigate this. On the other hand, I would like to keep the impact...

A good point to start would be to simply put bogus values into these variables. The names or ids of the corresponding components are simply put through to the corresponding...

Mmh, that's strange. Given that you build it from source anyways, could you please try and add a log message before https://github.com/JonasProgrammer/docker-machine-driver-hetzner/blob/master/driver.go#L255 (and do the same before line 266) and...

I did some debugging and this actually looks like a bug somewhere downstream in `libmachine`. Even in `SetConfigFromFlags` the raw names are already empty, when using environment variables. When using...

Sorry to coming back to you only now. I just want to let you know I'm still on this, but don't hold your breath please. I still think this is...

https://github.com/docker/machine/blob/a555e4f7a8f518a8b1b174824c377e46cbfc4fe2/commands/create.go#L371 This in turn calls [this](https://github.com/urfave/cli/blob/0302d3914d2a6ad61404584cdae6e6dbc9c03599/context.go#L137), which does not even consider env vars (also it is fixed in the [current version](https://github.com/urfave/cli/blob/7675649a174ac724b1d7fa9d5932eff3dd1582a2/context.go#L108), but docker-machine has locked it's package to the former...

Hi, sorry this is causing you inconvenience. Unfortunately I'm not familiar with what Terraform does when calling into a `docker-machine` driver binary -- when used with `docker-machine`, the program does...

The 'argument' part is what's throwing me off. I would not expect such an error message, if it were about accessing fields via reflection or something like that. The code...

Hi Michael, > within this function you don't check all the other attributes. Maybe the behaviour of terraform has changed, so that the > PreCreateCheck needs to make sure, that...

As for the trace, I'll have a look into this tomorrow