Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

--virtualbox-import-boot2docker-vm could default to boot2docker-vm #1516

Open
bfirsh opened this issue Jul 13, 2015 · 1 comment
Open

--virtualbox-import-boot2docker-vm could default to boot2docker-vm #1516

bfirsh opened this issue Jul 13, 2015 · 1 comment

Comments

@bfirsh
Copy link
Contributor

bfirsh commented Jul 13, 2015

Could this:

$ docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm boot2docker-vm dev

just be this?

$ docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm dev
@nathanleclaire
Copy link
Contributor

I don't think it's very common to have your boot2docker VM named anything else, so I was in favor of doing it this way (BoolFlag), but it is true that it could be named something else. Maybe we could default the flag to boot2docker-vm and check if is has changed to determine whether or not to proceed with a migration. cc @ehazlett

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants