Open GoogleCodeExporter opened 8 years ago
OS: Debian GNU/Linux 7.9 (wheezy)
Original comment by nichol...@helpscore.com
on 22 Jan 2016 at 8:29
I reproduced it on another machine after taking the same steps before running
into the issue:
1) The machine was out of space
2) /var/log/docker.log taking up 60%, don't care about it
3) echo "" > /var/log/docker.log
4) Space is free now
5) restart docker
6) try to pull `sudo gcloud docker pull gcr.io/porch-gcp/elasticsearch:0.0.6`
7) get error
Original comment by nichol...@helpscore.com
on 22 Jan 2016 at 8:34
This is solved by deleting /root/.dockercfg (it was an empty file).
The file is regenerated the next time gcloud is run.
Original comment by nichol...@helpscore.com
on 22 Jan 2016 at 11:35
Thanks for the report and solution. The empty /root/.dockercfg was probably due
to the system out of space. It had enough space to create the file but not
enough to add its contents. An internal issue is being filed on this.
Original comment by gsfow...@google.com
on 23 Jan 2016 at 3:40
Great, thanks for the response.
Original comment by nichol...@helpscore.com
on 25 Jan 2016 at 6:09
Original issue reported on code.google.com by
nichol...@helpscore.com
on 22 Jan 2016 at 8:21