Mac下为python安装docker

Mac下为python安装docker会遇到pip版本过低和权限问题的问题

升级pip
sudo python -m pip install --update pip -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

安装docker
sudo pip install docker -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

你可能感兴趣的:(Mac下为python安装docker)