> * the reset clean and purge commands may just need better documentation but seem to be very similar.
Reset: Deletes all docker containers from any source
Clean: Parses the compose file and deletes any images referenced therein and containers associated with one of the compose file's services
Purge: Deletes all docker containers and images from any source
Clean was my suggestion, I feel it could beneficially be further refined to only remove our custom images, not third-party ones like Mongo or OpenSearch. This could be achieved, for example, by filtering those matching agile-learning-institute
Clean was my suggestion, I feel it could beneficially be further refined to only remove our custom images, not third-party ones like Mongo or OpenSearch. This could be achieved, for example, by filtering those matching
agile-learning-institute
Originally posted by @michquinn in https://github.com/agile-learning-institute/mentorHub/issues/98#issuecomment-2113924158