UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Remove unused Docker images to save space #24

Open ChandlerSwift opened 5 years ago

ChandlerSwift commented 5 years ago

Docker images are currently not being removed (including intermediate images created in the build step that are never used), which has the potential to take up quite a bit of space as many attacks and code submissions are created.

docker-py's documentation on building images (look for the rm parameter) says that not even intermediate containers are deleted, to preserve backwards compatibility. This should change.