Kitematic: write /var/lib/docker/tmp/GetImageBlob872957069: no space left on device

Created on 25 Jan 2017  路  2Comments  路  Source: docker/kitematic

Expected behavior

No idea as this was a first time

Actual behavior

When trying to create a RabbitMQ image I get write /var/lib/docker/tmp/GetImageBlob872957069: no space left on device

Information about the Issue

I am on El Capitan with Docker 1.13.0 stable I have one image for Unbuntu 14.04 and that is the lot.

Steps to reproduce the behavior

  1. ...
  2. ...

Most helpful comment

You've maxed out the disk space on Docker for Mac and need to either:

  1. Prune old system component: docker system prune
  2. Reset docker for mac to have a 'clean' install

All 2 comments

You've maxed out the disk space on Docker for Mac and need to either:

  1. Prune old system component: docker system prune
  2. Reset docker for mac to have a 'clean' install

Is 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sumpokemonster picture sumpokemonster  路  3Comments

geoffroy-noel-ddh picture geoffroy-noel-ddh  路  3Comments

natery2000 picture natery2000  路  3Comments

STaRDoGG picture STaRDoGG  路  3Comments

tijn72 picture tijn72  路  4Comments