burnettk / delete-docker-registry-image

If you are running a private v2 docker registry, and you are storing your data on disk, running this script from the machine where the data lives will let you fully delete an image or tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'No module named' request executing clean_old_versions.py

alexkander opened this issue · comments

Hi,

I am executing the file ./clean_old_versions.py but, it can not import 'request' module.

Any suggestion?

Traceback (most recent call last):
  File "./clean_old_versions.py", line 7, in <module>
    import requests
ImportError: No module named requests

you probably want pip install requests.

Great! Thanks and sorry for the obvious question