How to make the VM disc size big enough in multipass

Hi ,

I wanted to install pull a docker image with an Ubuntu 18.04 mv using multipass.

However when sudo docker pull xilinx/vitis-ai:latest I get an error saying :slight_smile:
ubuntu@rightful-louvar:~$ cd Vitis-AI/
ubuntu@rightful-louvar:~/Vitis-AI$ docker pull xilinx/vitis-ai:latest
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.40/images/create?fromImage=xilinx%2Fvitis-ai&tag=latest: dial unix /var/run/docker.sock: connect: permission denied
ubuntu@rightful-louvar:~/Vitis-AI$ sudo docker pull xilinx/vitis-ai:latest
latest: Pulling from xilinx/vitis-ai
23884877105a: Pull complete
bc38caa0f5b9: Pull complete
2910811b6c42: Pull complete
36505266dcc6: Pull complete
1cbb76863e29: Pull complete
1ca1a109e256: Downloading [=> ] 16.06MB/417.6MB
12ad5902eed8: Download complete
2e439ff7a5a5: Download complete
5d142b46f70a: Downloading [==================================================>] 133MB/133MB
95499ac56d26: Download complete
c7bf96275762: Downloading [==================================================>] 96.41MB/96.41MB
6ce66645e619: Waiting
a8184db17232: Waiting
042a148fb01e: Waiting
427c5a54f826: Waiting
7d1968ddb0fd: Waiting
10467d1dd59a: Waiting
1a9ba425074c: Waiting
639a780bc49e: Waiting
5f04f800818c: Waiting
7f8699d3794b: Waiting
f20760a84d75: Waiting
9b0b09a2a148: Waiting
write /var/lib/docker/tmp/GetImageBlob048173809: no space left on device

How can I increase the default disc space allocated for the Ubuntu 1804 VM that I created with multipass?

Thanks in advance
Kind regards
E