Files
CyberPanel/plogical/test.py

4 lines
63 B
Python
Raw Normal View History

import docker
client = docker.from_env()
print (client.ping())