scaleway/docker-machine-driver-scaleway

Select an existing IP on machine creation

armandabric opened this issue · 1 comments

When creating a machine with the driver we cannot choose the machine IP. And if try to change it from the scaleway backend this break the link between the local docker machine and the actual machine.

Hi @Spy-Seth, thank you for your feedback

I added a subcommand --scaleway-ip to specify an address IP, but I think you can change it in the JSON config:

$ cat ~/.docker/machine/machines/yourmachine/config.json | head
{
    "ConfigVersion": 3,
    "Driver": {
        "IPAddress": "X.X.X.X",  # <- here