Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

after init and up commands give bad advice if settings are changed. #123

@SvenDowideit

Description

@SvenDowideit

as an example

sven:~$ ./boot2docker --vm=test --dockerport=424 init
2014/05/16 15:55:36 Creating VM test...
2014/05/16 15:55:36 Apply interim patch to VM test (https://www.virtualbox.org/ticket/12748)
2014/05/16 15:55:36 Setting NIC #1 to use NAT network...
2014/05/16 15:55:36 Port forwarding [ssh] tcp://127.0.0.1:2022 --> :22
2014/05/16 15:55:36 Port forwarding [docker] tcp://127.0.0.1:424 --> :4243
2014/05/16 15:55:36 Setting NIC #2 to use host-only network "vboxnet0"...
2014/05/16 15:55:36 Setting VM storage...
2014/05/16 15:55:57 Done. Type `./boot2docker up` to start the VM.
sven:~$ ./boot2docker --vm=test up
2014/05/16 15:56:05 Waiting for SSH server to start...
2014/05/16 15:56:37 Started.
2014/05/16 15:56:37 To connect the Docker client to the Docker daemon, please set:
2014/05/16 15:56:37     export DOCKER_HOST=tcp://localhost:4243

init needs to pass on the non-default --vm, and then the up needs to realise that the NAT setting (which it could ask vbox for) is not that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions