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
But logs show shephred trying to access the registry using httpS
shepherd.1.y26s2ela9h68@dswc01-master-do | failed to configure transport: error pinging v2 registry: Get "https://127.0.0.1:5000/v2/": dial tcp 127.0.0.1:5000: connect: connection refused
shepherd.1.y26s2ela9h68@dswc01-master-do | Wed Mar 6 05:26:51 EST 2024 Error updating service ecpdocker! Image 127.0.0.1:5000/ecpdocker:latest does not exist or it is not available
I also tried using labels WITH_INSECURE_REGISTRY: "label=shepherd.insecure=true" in shephred declaration and adding shepherd.insecure=true at the service label declaration.
How can I configure shephred to use http instead httpS for a local insecure registry?
The text was updated successfully, but these errors were encountered:
I have a local registry in my docker swarm declared as localhost where my imgaes resides and it is INSECURE (http)
my service is being pulled with
image: 127.0.0.1:5000/ecpdocker:latest
my shepherd is configured to use WITH_INSECURE_REGISTRY
But logs show shephred trying to access the registry using httpS
I also tried using labels
WITH_INSECURE_REGISTRY: "label=shepherd.insecure=true"
in shephred declaration and adding shepherd.insecure=true at the service label declaration.How can I configure shephred to use http instead httpS for a local insecure registry?
The text was updated successfully, but these errors were encountered: