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 use the below command to start a local hub, and edit /etc/docker/daemon with insecure-registries option to disable https, when I use pouch pull command to get docker image, it shows "server gave http response to https clien". Is there anyway to disable https for pouch client?
Question
I use the below command to start a local hub, and edit /etc/docker/daemon with insecure-registries option to disable https, when I use pouch pull command to get docker image, it shows "server gave http response to https clien". Is there anyway to disable https for pouch client?
docker run -d -p 5000:5000 --name=registry --restart=always --privileged=true --log-driver=none -v /home/data:/home/data registry:latest
The text was updated successfully, but these errors were encountered: