8000 boot2docker ignoring ~/.boot2docker/profile · Issue #237 · boot2docker/boot2docker-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

boot2docker ignoring ~/.boot2docker/profile #237

Closed
misfo opened this issue Aug 25, 2014 · 4 comments
8000
Closed

boot2docker ignoring ~/.boot2docker/profile #237

misfo opened this issue Aug 25, 2014 · 4 comments

Comments

@misfo
Copy link
misfo commented Aug 25, 2014

I'm pretty sure this worked before I upgraded to boot2docker 1.2. I'm trying to increase the DiskSize to 200GB:

$ brew install boot2docker
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/boot2docker-1.2.0.mavericks.bottle.tar.gz
Already downloaded: /Library/Caches/Homebrew/boot2docker-1.2.0.mavericks.bottle.tar.gz
==> Pouring boot2docker-1.2.0.mavericks.bottle.tar.gz
🍺  /usr/local/Cellar/boot2docker/1.2.0: 2 files, 7.2M
$ boot2docker config | grep DiskSize
DiskSize = 20000
$ boot2docker config | head -1
boot2docker profile filename: /Users/misfo/.boot2docker/profile
$ echo 'DiskSize = 200000' > /Users/misfo/.boot2docker/profile
$ boot2docker config | grep DiskSize
DiskSize = 20000

As you can see, DiskSize is still the default 20000

@daniellockard
Copy link
Contributor

This seems to be broken further than just ignoring the ~/.boot2docker/profile.

I opened #239. Seems that no config options work any more. Everything seems to get the defaults specified here: https://github.com/boot2docker/boot2docker-cli/blob/master/config.go#L136

@daniellockard
Copy link
Contributor

Actually this is sort-of-unrelated to #239. This is fixed by #241

@nathanleclaire
Copy link
Contributor

I had this same issue and compiling boot2docker-cli from source fixed it for me (clone repo, do make, use the darwin binary- make sure an existing boot2docker VM is running).

@SvenDowideit
Copy link
Contributor

this is fixed in 1.3.0

SvenDowideit pushed a commit to SvenDowideit/boot2docker-cli that referenced this issue Nov 10, 2014
Allow local bootsync.sh customisation
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

4 participants
0