dMp

Results 133 comments of dMp

Thanks @nob13 I'm adding this request to the new golang registry home. This is probably not going to happen for the current python registry (here).

Delete will remove the tag, but not the actual payloads. So, your image will no longer be available, it will still exist on your backend storage.

Some people have contributed garbage-collector scripts to do the cleanup. You will find them clicking the "delete" label over here.

@squarism so, you are using the golang registry2. Please head over to https://github.com/docker/distribution and/or irc #docker-distribution TLDR: delete is not supported yet, in design phase: https://github.com/docker/distribution/issues/210

This repo here is deprecated, and any message here is likely to go unnoticed. Either report problems on the `docker/distribution` repo, or on irc (#docker-distribution)

Well. To boot with, I don't trust mocks (#365) - so, yeah, I don't trust tests - whether I'm right on this or just a psycho on the loose is...

Can you provide your docker-registry logs (of a failed push)? Thanks

So, you are starting the registry at step 1 inside a container, then install and start it system-wide as well? Why do that?

Put otherwise. You just need to: `sudo docker run -d -p 5000:5000 -v /opt/data/registry:/tmp/registry registry` That's enough.