Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct command to execute container registry #69

Open
luizhc opened this issue Mar 28, 2019 · 0 comments
Open

Correct command to execute container registry #69

luizhc opened this issue Mar 28, 2019 · 0 comments

Comments

@luizhc
Copy link

luizhc commented Mar 28, 2019

After stop container of the Registry to running the garbage collect, the command "run" not work in the docker for containers, beacuse is used only for images.

For use in container, follows command correct:

docker exec -t name-container-registry bin/registry garbage-collect /etc/docker/registry/config.yml

Note: the command above it worked correctly, however not is possible stop container and this can
generates images corrupts during the process according issue #65

Would be interesting update the file README.md of this project with that information?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant