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

Running multiple boot2docker with docker-machine #372

Closed
thebaron93 opened this issue Jun 13, 2015 · 1 comment
Closed

Running multiple boot2docker with docker-machine #372

thebaron93 opened this issue Jun 13, 2015 · 1 comment

Comments

@thebaron93
Copy link

Hello
I am using docker-machine on Ubuntu 14.04. I have a VM with boot2docker running made by following command docker-machine create --driver virtualbox dev . I am trying to create another VM by following docker-machine create -d virtualbox --virtualbox-boot2docker-url /home/<user name>/Downloads/rancheros.iso rancher
It runs , gives the message Waiting for VM to start & then docker@localhost's password waiting for the password. I tried password tcuser ( saw it on #405 ) to no avail.

for VM dev : Boot2Docker version 1.6.2, build master : 4534e65

@trinitronx
Copy link

This is boot2docker-cli, not the boot2docker distro project. Also, boot2docker-cli is being deprecated (see here) in favor of docker-machine. You do realize you're asking a question about docker-machine in the wrong place? You're also asking a question about a different docker-based distro.

Anyway... This command worked for me to start a rancher OS box:

docker-machine create -d virtualbox --virtualbox-boot2docker-url https://releases.rancher.com/os/latest/machine-rancheros.iso rancher

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

No branches or pull requests

2 participants