gpt4 book ai didi

docker - 如何设置docker客户端的远程API版本?

转载 作者:行者123 更新时间:2023-12-02 04:40:15 25 4
gpt4 key购买 nike

当我尝试使用 Docker 客户端连接到远程主机时,如下所示:

docker -H tcp://remothost:5555 ps

我收到版本不匹配的错误:

FATA[0000] Error response from daemon: client and server don't have same version (client : 1.16, server: 1.15) 

那么如何设置客户端,使其使用版本 1.15(而不是 1.16),以便与远程主机的 API 版本匹配?

最佳答案

来自 docker reference:

The current version of the API is v1.16

Calling /info is the same as calling /v1.16/info.

You can still call an old version of the API using /v1.15/info.

关于docker - 如何设置docker客户端的远程API版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28051611/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com