ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

Improve error messages in "image not found" case #793

Open reliveyy opened 3 years ago

reliveyy commented 3 years ago
# Case 1. in setup.sh
Image not found in https://registry-1.docker.io/: exchangeunion/utils:latest__stream, exchangeunion/utils:latest

# Case 2. in python launcher
Image(s) not found: exchangeunion/xud:1.2.1.

Sometimes we cannot get a proper response when checking a registry image but it could be the network issue. So the "image not found" error should be restricted to API 404 HTTP error response only.