我正在尝试使用下面提到的命令安装 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**
,因为端口 443 也被 UCP 使用,但随后显示另一个错误。
错误:
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
INFO:
端口445
在防火墙上打开。没有其他服务在端口 445 上运行