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

Creating machine with 5GB fails intermitently #143

Open
jimzucker opened this issue Dec 15, 2015 · 0 comments
Open

Creating machine with 5GB fails intermitently #143

jimzucker opened this issue Dec 15, 2015 · 0 comments

Comments

@jimzucker
Copy link

During the Class on 12/13 with Arun we created 5GB machines on the mac with the command:
docker-machine create -d virtualbox --virtualbox-disk-size "5000" --swarm --swarm-master --swarm-discovery="consul://$(docker-machine ip consul-machine):8500" --engine-opt="cluster-store=consul://$(docker-machine ip consul-machine):8500" --engine-opt="cluster-advertise=eth1:2376" swarm-master

In the class for most people this worked, but for about 4 of us the command did not work properly we only end up with a 1GB machine (Default size).

couple of notes:

  1. when we ran docker-machine inspect --format='{{json .Driver}}' swarm-master
    *It reported ..,"DiskSize":5000,.. but the machine was only 1GB when we logged into it.
  2. to fix the issue we simply deleted the machine and re-created with the same command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant