Giter VIP home page Giter VIP logo

Comments (6)

rohansingh avatar rohansingh commented on July 21, 2024

Yup, I believe that's a correct reading. I think it's something we never considered since we don't really create containers and leave them around for a while without starting them.

Though if you get unlucky with timing, I guess this could happen in the time between when you create a container and start it even if you plan on starting it immediately.

from docker-gc.

MrMMorris avatar MrMMorris commented on July 21, 2024

this relates to #23. Let me know if I should delete my issue and keep the discussion here.

it seems that although the data containers do not show up anymore with docker ps -a, the container that uses them as volumes still points to the same docker volume in docker inspect and the data in the volume still seems to be accessible.

from docker-gc.

dnephin avatar dnephin commented on July 21, 2024

If this is a critical issue for anyone, you might be interested in https://github.com/Yelp/docker-custodian (disclaimer: I'm the primary contributor), which has basically identical functionality to docker-gc (except that it's python not bash, has unit tests, and uses the api instead of the cli).

It handles this issue properly:
https://github.com/Yelp/docker-custodian/blob/v0.4.0/docker_custodian/docker_gc.py#L49

from docker-gc.

MrMMorris avatar MrMMorris commented on July 21, 2024

@dnephin that's amazing, thanks!

Does it leave Data Only containers alone by default?

from docker-gc.

dnephin avatar dnephin commented on July 21, 2024

It does not. I'll open an issue for that feature (I believe it may be the only one missing).

from docker-gc.

mattnworb avatar mattnworb commented on July 21, 2024

Though if you get unlucky with timing, I guess this could happen in the time between when you create a container and start it even if you plan on starting it immediately.

I think the addition of GRACE_PERIOD_SECONDS would remove this unlucky timing condition.

I am going to close this for now as I don't think there is a huge need to remove containers that were never started now that GRACE_PERIOD_SECONDS fixes the timing issue and the support for excluding certain container IDs exists.

from docker-gc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.