Matt Bentley
Matt Bentley
At moment it does use an older version of the docker client. However you can specify the login credentials for your user and it will perform the login to create...
Are you running this via the Docker image or just running the script on your own? The expected usage is to run inside of a container. Since the docker image...
Thanks for the additional info, that certainly helps with debugging. So as a test,try to do a curl like this: `curl https://registry1:443/v1/search?q=` This is the first curl command that it...
You might need to use the `USE_INSECURE_CURL=true` environment variable to get curl to ignore the cert that isn't valid. I don't think I've added the ability for curl to be...
Yes, it adds https by default but if your registry runs without TLS, you can use the following flags: `USE_HTTP` - both v1 and v2 use http only (equivalent of...
For the actual values of: `-e V1_REGISTRY=` and `-e V2_REGISTRY=` Are you using localhost or anything with `http://` in it? Also, at what point are you getting the error?
And by "I get the same error when trying to pull from an individual command.", you're saying that if you do a: `docker pull /base/centos:centos6` from the machine that you're...
OK, that's definitely going to be an issue. Anything in the docker daemon logs from that node when you're trying to pull? Like watching the daemon logs while attempting to...
That's probably where enabling debugging on the daemon logs would be useful. It's been a while since I've used RHEL 6 but I believe it should just be updating systemd...
This would be the debug logs from the node from where you're running the `docker pull`, not the node running the v1 registry.