我正在尝试使用下面提到的命令安装 docker DTR,但失败了
命令:
docker run -it --rm docker/dtr install
--ucp-node mbk-srv-389-ub
--ucp-username admin
--ucp-url https://172.16.217.1
--ucp-insecure-tls
但它给出的错误
错误:
FATA[0006] Failed to choose ucp node: The UCP node 'mbk-srv-389-ub' has port conflicts, please pick another node or choose a different port.
所以我尝试添加端口445 **--ucp-url https://172.16.217.1:445**
,因为 UCP 也使用端口 443,但随后它显示了另一个错误。
错误:
FATA[0006] Failed to get new conv client: failed to create http client: Failed to get UCP CA: Get https://172.16.217.1:445/ca: dial tcp 172.16.217.1:445: connect: connection refused
信息:端口445
在防火墙上打开。 端口 445 上未运行其他服务
DTR 需要端口 443 空闲,如果 443 未释放,安装将失败。
将带有--controller-port
的UCP安装到443以外的任何端口,然后安装DTR,它将起作用