How to increase size of workspace volume?
Hey, all. Home user here, loving Coder so far.
I'm cloning a monorepo into my workspace which is quite large. When I install all the dependencies and build, I run out of space.
Host is a Mac running Docker Desktop.
Solution:Jump to solution
actually it seems now you can extend the virtual disk's size !
https://stackoverflow.com/a/48561621...
Stack Overflow
How can I fix Docker/Mac no space left on device error?
I have built a pretty big image (1G) that has a lot of "infrastructure" in it for testing (Mongo, Kafka, etc.)
When trying to start this I get no space left on device errors. How can I fix this...
When trying to start this I get no space left on device errors. How can I fix this...
6 Replies
<#1252126466590904320>
Category
Help needed
Product
Coder OSS (v2)
Platform
macOS
Logs
Please post any relevant logs/error messages.
hey @WheeledOne
Docker Community Forums
Is there a maximum size for docker volumes?
I’m having the same problem. In Docker for Mac, the problem is that there’s a maximum size (about 60gb) for this file: ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2. This is where all images, containers, and volumes are stored. The pg_restore is filling that up. I don’t know that there’s a fix for this...
I would recommend that you move away from docker desktop and install the Docker engine directly instead
Solution
actually it seems now you can extend the virtual disk's size !
https://stackoverflow.com/a/48561621
Stack Overflow
How can I fix Docker/Mac no space left on device error?
I have built a pretty big image (1G) that has a lot of "infrastructure" in it for testing (Mongo, Kafka, etc.)
When trying to start this I get no space left on device errors. How can I fix this...
When trying to start this I get no space left on device errors. How can I fix this...
tysm!