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.
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels