首页 > 代码库 > 环境搭建

环境搭建

docker

curl -s https://get.docker.io/ubuntu/ | sudo sh

python-api

pip install docker-py

 

环境搭建