Richard Scothern
Richard Scothern
I see the following in your logs. Do you have permissions for that directory? Can you `touch` a file there with non-root? _> IOError: [Errno 13] Permission denied: './registry.setup_database.lock'_ On...
@ghy200692162 : those are registry logs which are showing a redirect for the blob request. What do the docker engine logs say (run in debug mode)?
I notice your docker engine is not an official release. Are you running a custom build? i don't see anything unusual in the logs. Can you `curl` to the registry...
Something is wrong here. You say you can interact with the registry correctly with a client on the same host, but not if the client is on a different host....
Your registry is functioning correctly. If you can connect to it from a different host via curl, your network is OK. If you can connect to it from a docker...
I do not see the `-l` flag in 6.0.4 (client or server)
@mzhaom can you post the registry logs for the entire push operation up until the error, as well as the deamon logs (in debug mode)
hi @fernandodelaiglesia I notice there is no leading slash in your caringo `x_multipart_object_meta` path, but there is for the registry. I suspect there is a bug somewhere. Can you do...
The registry paths do not include the `rootdirectory`. `rootdirectory`is prepended to the S3 keys which you can see is used in caringo. The keys in your bucket do not have...
In that case, I'm not sure what else I can offer. We test the S3 driver against S3 but it's not possible to test against all S3 compatible services. I...