python docker_pull.py postgres
I run the script in Windows 11/ Python 3.11 and get the following error:
Traceback (most recent call last):
File "D:\share\docker_pull.py", line 87, in <module>
layers = resp.json()['layers']
~~~~~~~~~~~^^^^^^^^^^
KeyError: 'layers'
I run the script in Windows 11/ Python 3.11 and get the following error: