mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
4 lines
63 B
Python
4 lines
63 B
Python
import docker
|
|
|
|
client = docker.from_env()
|
|
print (client.ping()) |