mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
5 lines
No EOL
94 B
Python
5 lines
No EOL
94 B
Python
import docker
|
|
|
|
client = docker.from_env()
|
|
for image in client.images.list():
|
|
print(image.id) |