We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如:
>>> import docker >>> client = docker.from_env() >>> version = client.version()[u'Version'] >>> version '19.03.7' >>>
version中没有ce子串,没有应用修改 /etc/docker/daemon.json 的换镜像方式
ce
if "ce" in version: set_docker_config_ce(best_mirror_url) else: set_docker_config(best_mirror_url)
此处的识别有点毛病
The text was updated successfully, but these errors were encountered:
No branches or pull requests
比如:
version中没有
ce
子串,没有应用修改 /etc/docker/daemon.json 的换镜像方式此处的识别有点毛病
The text was updated successfully, but these errors were encountered: