Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when using the remote API #6

Open
jeffmaury opened this issue Jun 2, 2016 · 3 comments
Open

Crash when using the remote API #6

jeffmaury opened this issue Jun 2, 2016 · 3 comments

Comments

@jeffmaury
Copy link

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

@baptistedonaux
Copy link

I have the same error.

@ndeloof
Copy link
Owner

ndeloof commented Apr 4, 2019

Initial prototype was not really designed for remote use, would need to investigate this specific use-case

@ndeloof
Copy link
Owner

ndeloof commented Apr 24, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants