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 think the connection refused is actually a response from the Docker API, not the registry.
Will need more information to give a more accurate answer, like Gradle version and gradle output with stacktrace.
docker {
useApi true
registry 'http://IP:5000'
apiEmail '[email protected]'
baseImage "openjdk:8-jdk-alpine"
maintainer "Prince"
}
error: java.net.ConnectException: Connection refused (Connection refused)
But registry is running on 5000 port.
Thanks,
The text was updated successfully, but these errors were encountered: