Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select an existing IP on machine creation #37

Closed
armandabric opened this issue Apr 30, 2016 · 1 comment
Closed

Select an existing IP on machine creation #37

armandabric opened this issue Apr 30, 2016 · 1 comment
Assignees

Comments

@armandabric
Copy link

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
Copy link
Contributor

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

@moul moul closed this as completed in #38 May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants