This website requires JavaScript.
Explore
Help
Sign in
beenull
/
websoft9
Watch
1
Star
0
Fork
You've already forked websoft9
0
mirror of
https://github.com/Websoft9/websoft9.git
synced
2024-11-21 23:20:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
dd66f49cc3
websoft9
/
cli
/
test.py
5 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
docker sdk
2021-10-16 10:57:11 +00:00
import
docker
model
2021-10-07 09:36:09 +00:00
docker sdk
2021-10-16 10:57:11 +00:00
client
=
docker
.
from_env
(
)
for
image
in
client
.
images
.
list
(
)
:
print
(
image
.
id
)
Reference in a new issue
Copy permalink