docker-registry icon indicating copy to clipboard operation
docker-registry copied to clipboard

docker daemon --insecure-registry 192.168.60.41:5000 resolve http?

Open Dreampie opened this issue 10 years ago • 1 comments

[root@localhost ~]# sudo docker daemon --insecure-registry 192.168.60.41:5000
INFO[0000] API listen on /var/run/docker.sock
WARN[0000] Usage of loopback devices is strongly discouraged for production use. Please use `--storage-opt dm.thinpooldev` or use `man docker` to refer to dm.thinpooldev section.
INFO[0000] [graphdriver] using prior storage driver "devicemapper"
INFO[0000] Firewalld running: true
INFO[0000] Default bridge (docker0) is assigned with an IP address 172.17.0.1/16. Daemon option --bip can be used to set a preferred IP address
INFO[0000] Loading containers: start.
..........
INFO[0000] Loading containers: done.
INFO[0000] Daemon has completed initialization
INFO[0000] Docker daemon                                 commit=a34a1d5 execdriver=native-0.2 graphdriver=devicemapper version=1.9.1
INFO[0327] GET /v1.21/containers/json?all=1
INFO[0406] DELETE /v1.21/images/f5696b393810?force=1
ERRO[0406] Handler for DELETE /v1.21/images/f5696b393810 returned error: could not find image: no such id: f5696b393810
ERRO[0406] HTTP Error                                    err=could not find image: no such id: f5696b393810 statusCode=404
INFO[0431] DELETE /v1.21/images/agitated_colden?force=1
ERRO[0431] Handler for DELETE /v1.21/images/agitated_colden returned error: could not find image: no such id: agitated_colden
ERRO[0431] HTTP Error                                    err=could not find image: no such id: agitated_colden statusCode=404

Dreampie avatar Dec 04 '15 10:12 Dreampie

docker run -d -p 8761:8761 --name eureka-server 192.168.60.41:5000/eureka-server:1.0-SNAPSHOT
Unable to find image '192.168.60.41:5000/eureka-server:1.0-SNAPSHOT' locally
Error response from daemon: unable to ping registry endpoint https://192.168.60.41:5000/v0/
v2 ping attempt failed with error: Get https://192.168.60.41:5000/v2/: EOF
 v1 ping attempt failed with error: Get https://192.168.60.41:5000/v1/_ping: EOF

Dreampie avatar Dec 04 '15 10:12 Dreampie