4 lines
42 B
Python
4 lines
42 B
Python
|
import docker
|
||
|
|
||
|
|
||
|
client = docker.from_env()
|