8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

容量が多いdocker machineの作成

Posted at

症状

no space left on device

対策

~/git/testserver (develop ✘)✹ ᐅ docker-machine rm default
Successfully removed default
~/git/testserver (develop ✘)✹ ᐅ docker-machine create default --driver virtualbox --virtualbox-disk-size "500000"
Creating VirtualBox VM...
Creating SSH key...
Starting VirtualBox VM...
Starting VM...
To see how to connect Docker to this machine, run: docker-machine env default
~/git/testserver (develop ✘)✹ ᐅ eval "$(docker-machine env default)"
8
6
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
8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?