scaleway / docker-machine-driver-scaleway

:whale: Scaleway driver for Docker Machine
MIT License
249 stars 34 forks source link

Select an existing IP on machine creation #37

Closed armandabric closed 8 years ago

armandabric commented 8 years ago

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.

QuentinPerez commented 8 years ago

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