docker pull 访问registry过程

执行 docker pull daocloud.io/busybox 之后 步骤 请求 返回 1 GET https://daocloud.io/v2/ HTTP/1.1 HTTP/1.1 401 Unauthorized Server: nginx/1.11.13 Date: Sun, 28 Jan 2018 02:35:17 GMT Content-Type: application/json; charset=utf-8 Content-Length: 87 Connection: close Docker-Distribution-Api-Version: registry/2.0 Www-Authenticate: Bearer realm=”https://daohub-auth.daocloud.io/auth”,service=”daocloud.io” X-Content-Type-Options:……

在win10启动minikube

Setting up Kubernetes on Windows10 Laptop with Minikube 如果建虚拟交换机提示权限失败,使用管理员权限开启hyper-v。如果……

docker常用命令

# 指定子网 docker network create --subnet=172.18.0.0/16 hadoop # attach进container里面,i参数表示交互,t参数表……