问题描述

[[email protected] client ~]# docker login -u admin -P Harbor12345 http://192.168.150.174

WARNING! Using -password via the CLI is insecure. Use -password-stdin.

Error response from daemon: Get https://192.168. 150.174/v1/: EOF

问题解决

[[email protected] ~]# vim /usr/ib/systemd/system/docker.service ##黑色为修改内容

ExecStart=/usr/bin/dockerd -H fd:// –insecure-registry=195.128.150.173 --containerd=/run/containerd/containerd.sock

harbor远程连接不成功

systemctl daemon-reload

systemctl restart docker

docker login -u admin -P Harbor12345 http://192.168.195.128

远程登录成功

相关文章:

  • 2021-10-13
  • 2021-07-10
  • 2021-07-11
  • 2021-08-10
  • 2021-06-29
  • 2022-12-23
  • 2021-10-26
猜你喜欢
  • 2021-11-30
  • 2021-12-29
  • 2022-01-12
  • 2021-07-11
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
相关资源
相似解决方案