Implement a api to clear none use image
Registered by
FenghuaFang
We had magnum API to create and delete container.But we didn't have a API to clean images. When end-user delete a container the image will remain, that's will space consume. So i think we should have someway to clean image that none used.But pull image is always time-consuming.So if we always delete a image at container delete sounds not good.So i want implement :
1、 API to let end-user can clear images will be none used.
2、 Add a config let end-user can decide whether clean image when have no container use it
Blueprint information
- Status:
- Not started
- Approver:
- Adrian Otto
- Priority:
- Not
- Drafter:
- FenghuaFang
- Direction:
- Needs approval
- Assignee:
- FenghuaFang
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
This sounds Docker specific. I worry that implementing this may lead to inconsistency in user experience in the future. Maybe it makes more sense to contribute this to Docker rather than Magnum? --adrian_otto
(?)