This morning, with the Docker beta running in the background, my hard drive suddenly went from ~28GB free to totally full within 30 minutes of me turning on my computer and working on non-Docker related tasks.
Logs were all in this folder: /Users/ycarmon/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/log
the output of:
pinata diagnose -u on OSX:
OS X: version 10.11.4 (build: 15E65)
Docker.app: version v1.11.1-beta13
Running diagnostic tests:
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160526-101009.tar.gz
Most specific failure is: No error was detected
Your unique id is: 7B77F56D-6973-4665-BF0D-0FDB5D1D05EC
Please quote this in all correspondence.
host distribution and version: Mac OS X 10.11.4 (15E65)
LG:log streacs$ pinata diagnose -u
OS X: version 10.11.4 (build: 15E65)
Docker.app: version v1.11.1-beta13
Running diagnostic tests:
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160526-191245.tar.gz
Most specific failure is: No error was detected
Your unique id is: A3433CD4-53BA-4983-9E3C-5FBD51B8B2E3
Please quote this in all correspondence.
@abrown 's fix worked for me… Before restarting the daemon I backed up, compressed and deleted the three log files in my docker data directory. (~/Library/Containers/com.docker.docker/Data/*.log). Then I restarted the daemon with the debug feature off.
Same problem for me, I just delete log+image and restart my mac caused by a low memory (thanks swap) and docker taking 72G for vm image and ~60G for logs (half of my disk just for Docker)