LoginSignup
9
8

More than 5 years have passed since last update.

boot2docker ホストのディスクサイズを変える

Posted at

~/.boot2docker/profile と言うファイルで設定するらしい。直接編集する。

DiskSize = 80000

と一行書いたら認識される。

$ boot2docker config                                                             
# boot2docker profile filename: /Users/udzura/.boot2docker/profile
Init = false
Verbose = false
Driver = "virtualbox"
SSH = "ssh"
...
DiskSize = 80000
Memory = 2048
SSHPort = 2022
...
Waittime = 300
Retries = 75

あとはVMを再作成すれば良いぞ〜

boot2docker delete && boot2docker init && boot2docker up
9
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8