Python docker-client

简单记录哈python的docker client的使用。 > 官方文档: > https://docker-py.readthedocs.io/en/stable/client.html > https://docs.docker.com/develop/sdk/examples/ > demo地址: > https://github.com/zhiweiyin318/yzw.python.demo/tree/master/dockerclient 安装 $ pip install docker 使用 client 初始化 需要先创建一个Doc [Read More]