You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use it against a remote docker daemon (I'm windows based) using -e and it crashed quicky.
Here is the content of the logs:
Will purge all images unused since last 72h0m0s
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x4016fc]
docker-gc is now using the official docker client library (from github.com/docker/docker tree), so I would expect it works just like your local docker CLI.
I tried to use it against a remote docker daemon (I'm windows based) using -e and it crashed quicky.
Here is the content of the logs:
Will purge all images unused since last 72h0m0s
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x4016fc]
goroutine 1 [running]:
main.main()
/home/docker-user/golang/src/github.com/ndeloof/docker-gc/gc.go:53 +0x52c
The text was updated successfully, but these errors were encountered: