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

dockerclean removes images in use #145

Open
daniel86 opened this issue Mar 6, 2017 · 0 comments
Open

dockerclean removes images in use #145

daniel86 opened this issue Mar 6, 2017 · 0 comments
Labels

Comments

@daniel86
Copy link
Member

daniel86 commented Mar 6, 2017

Calling dockerclean yields a state where images used by some containers are removed and containers can not start anymore. For example:

$ ./scripts/start-apt-cacher 
apt-cacher container exists, starting it...
Error response from daemon: get 2ca745e397eb6f091b40dcef8b07da7582d38d90f01d1946c9d1f53e0b75a47d: volume not found
Error: failed to start containers: apt-cacher-run
Failed to start apt-cacher container.

Removing foobar'd containers manually, then rebuilding fixes it. For example:

$ doocker rm apt-cacher-run

docker version: 1.13.1

@daniel86 daniel86 added the bug label Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant