码迷,mamicode.com
首页 > Windows程序 > 详细

第一次使用docker for windows 遇到的坑

时间:2019-01-30 07:27:47      阅读:536      评论:0      收藏:0      [点我收藏+]

标签:was   link   技术   serve   class   1.2   https   iss   enter   

原文:第一次使用docker for windows 遇到的坑

1. 目前win10安装docker, 不需要安装其他工具,可直接到官网下载

技术分享图片


2. 此版本的docker可同时运行Windows container和Linux container。在powershell里运行

& ‘C:\Program Files\Docker\Docker\DockerCli.exe‘ -SwitchDaemon

可直接进行切换。切换结果可通过docker version查看。

技术分享图片


3. 在docker setting里设置镜像路径。

中国官方镜像源地址为:https://registry.docker-cn.com

技术分享图片

网易云docker镜像地址

https://c.163yun.com/hub#/m/library/


拉取centos镜像可直接运行? docker?pull?hub.c.163.com/library/centos:latest


4. 在设置insecure registries 为my-registry:5000后,拉取镜像失败。(暂未解决)


原因:

Our docker registry is installed on Linux, and I install docker on win 10.

When I run the command “docker pull my-registry:5000/myimage”, it reports an error:

Attempting next endpoint for pull after error: error parsing HTTP 404 response body: invalid character ‘<’ looking for beginning of value: “\n404 Not Found\n

Not Found

\n

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

\n”



第一次使用docker for windows 遇到的坑

标签:was   link   技术   serve   class   1.2   https   iss   enter   

原文地址:https://www.cnblogs.com/lonelyxmas/p/10336552.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!