Hello, I'm trying to pull an image that I've pushed to my local Docker registry; but I get the following error:
#1 resolve image config for localhost:5000/local-jdk8:v1
panic: input:1: container.from failed to do request: Head "http://localhost:5000/v2/local-jdk8/manifests/v1": dial tcp 127.0.0.1:5000: connect: connection refused
Please visit https://dagger.io/help#go for troubleshooting guidance.
goroutine 1 [running]:
main.main()
C:/Projects/x/x/x.go:63 +0x785
exit status 2