bellingcat / auto-archiver

Automatically archive links to videos, images, and social media content from Google Sheets (and more).
https://pypi.org/project/auto-archiver/
MIT License
552 stars 55 forks source link

too many dangling docker containers due to browsertrix-crawler #65

Closed msramalho closed 1 year ago

msramalho commented 1 year ago

By always running docker run instead of an initial docker run followed by docker stop and subsequent docker start a lot of containers are accumulated.

msramalho commented 1 year ago

Hi @edsu do you see a better solution here than just cleaning the docker containers associated with browsertrix? Otherwise, let's leave the quick fix as the permanent solution.

msramalho commented 1 year ago

appending --rm to the docker run command ensures the container is cleaned after the execution.