JonasProgrammer / docker-machine-driver-hetzner

Docker machine driver for the new hetzner cloud API
https://jonasprogrammer.github.io/docker-machine-driver-hetzner/
MIT License
431 stars 53 forks source link

Driver segfaults on non-existent networks/volumes #38

Closed JonasProgrammer closed 5 years ago

JonasProgrammer commented 5 years ago

Using a nonexistent network or volume results in the driver binary crashing due to dereferencing nil (#37).

Likely the cause is the same as in #22 and should therefore be easy to fix.