LoginSignup
5
5

More than 5 years have passed since last update.

docker-machine で利用する virtualbox 仮想マシンのディスクサイズを増やす

Last updated at Posted at 2015-11-17

ただの覚書程度だけど、 docker-machine create する際に --virtualbox-disk-size オプションで指定できる。

ヘルプの記述
$ docker-machine create --help
(中略)
--virtualbox-disk-size "20000" Size of disk for host in MB [$VIRTUALBOX_DISK_SIZE]
(中略)

以下、 20GB の sample という名前の仮想マシンを作成する例。
容量数字はクォーテーションしないと反映されなかった気がする。
単位は MB。

指定例
$ docker-machine create --driver virtualbox --virtualbox-disk-size "20000" sample
5
5
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
5
5