No idea as this was a first time
When trying to create a RabbitMQ image I get write /var/lib/docker/tmp/GetImageBlob872957069: no space left on device
I am on El Capitan with Docker 1.13.0 stable I have one image for Unbuntu 14.04 and that is the lot.
You've maxed out the disk space on Docker for Mac and need to either:
docker system pruneIs there a way to force docker to use some different directory rather than /var/lib/docker/tmp for docker's operational data?
582cddd186eb: Pull complete
83dbea12b9ff: Pull complete
dd11f89453b9: Extracting [==================================================>] 3.836GB/3.836GB
de7caf75ad1e: Download complete
8b235cde8b8a: Download complete
2dfa4db313f4: Download complete
failed to register layer: ApplyLayer exit status 1 stdout: stderr: write /u01/app/oracle/product/database/12.1.0.2.190115_1/apex/core/wwv_flow_hint.plb: no space left on device
[root@den02try ~]# df -hP /var/lib/docker
Filesystem Size Used Avail Use% Mounted on
/dev/loop0 2.0G 1.9G 0 100% /var/lib/docker
Unfortunately I can not increase the /var size but I have some other mounts attached in my system where more than enough space is present. I changed the '/etc/sysconfig/docker' and updated DOCKER_TMPDIR='/temporarydir'. Still it's exhausting space for /var/lib/docker.
[root@den02try docker]# df -hP /temporarydir
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 50G 29G 19G 61% /
Thanks in advance.
Most helpful comment
You've maxed out the disk space on Docker for Mac and need to either:
docker system prune