摘要:
Mac系统Docker安装MongoDB 1.拉取最新等MongoDB镜像 docker pull mongo:latest 2.查看镜像 docker images 3.运行mongo容器 docker run -itd --name mongo -p 27017:27017 mongo --au 阅读全文
posted @ 2020-07-03 04:27
chocolateXLL
阅读(1255)
评论(0)
推荐(0)
摘要:
Docker拉取镜像时出现Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout问题 解决办法1:新增或者修改镜像源即可解决。 找到 /etc/docker/d 阅读全文
posted @ 2020-07-03 03:35
chocolateXLL
阅读(21278)
评论(1)
推荐(1)
摘要:
解决docker.io上拉取images时出现Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout问题 执行 dig @114.114.114.114 registry-1.docker.io 改host,在hos 阅读全文
posted @ 2020-07-03 03:15
chocolateXLL
阅读(1021)
评论(0)
推荐(0)

浙公网安备 33010602011771号