在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参数表……

php curl ssl错误

可以使用 echo curl_error($ch); 打印错误信息 如果是 SSL certificate problem, verify that the CA cert is OK 这种错误 在php.ini搜索cur……