Docker push私库时遇到:Get https://192.168.0.180:5000/v1/_ping: http: server gave HTTP response to HTTPS client
解决方法: 编辑”/etc/docker/daemon.json“文件,不存在则创建”daemon.json“文件。
[[email protected] images]# vim /etc/docker/daemon.json
在文件中写入: { “insecure-registries”:[“192.168.1.252:5000”] }
保存退出后,重启docker。
[[email protected] images]# systemctl restart docker

相关文章:
-
2022-12-23
-
2021-08-24
-
2022-02-07
-
2022-12-23
-
2021-11-10
-
2021-07-25
-
2021-09-11
猜你喜欢
-
2021-09-30
-
2021-09-14
-
2022-12-23
-
2022-12-23
-
2021-08-17
-
2021-08-13
-
2022-12-23
相关资源
-
下载
2021-06-06
-
下载
2022-12-31
-
下载
2022-12-29