Files
CyberPanel/plogical/test.py

4 lines
63 B
Python

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