我可以使用下面的 halyard 命令配置公共 docker hub 注册表,但是在尝试使用相同的命令来配置私有托管的 docker 注册表(不安全)时,我遇到了以下错误。
hal config provider docker-registry account add private-docker-registry
--address <privateIP>:5000
--repositories <privateIP>:5000/<imagename>
--username <user>
--password
+ Get current deployment
Success
- Add the private-docker-registry account
Failure
Problems in
default.provider.dockerRegistry.private-docker-registry:
! ERROR Unable to reach repository: Unrecognized SSL message,
plaintext connection?.