0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Rancher Decktop の VM ディスクサイズを大きくする

0
Posted at

コンテナを使用して多くのプロジェクトを開発していたら No space left on device が出るようになってしまった。その場しのぎで不要イメージを消したり docker system prune したりしていたが、それも効果がなくなってしまったので、VM のディスクサイズを増やすことにした。

環境

  • macOS 26.5 (Tahoe)
  • Rancher Desktop 1.22.0
    • Virtual Machine Type: VZ

設定

現在のディスクサイズを確認する

$ rdctl list-settings | jq '.experimental.virtualMachine.diskSize'
100GiB

または、実際の VM のディスクサイズを表示する

$ rdctl shell df -h /mnt/data

ディスクサイズを変更する

$ rdctl set --experimental.virtual-machine.disk-size 200GiB
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?