MacPro M3无法运行minikube 和 docker

本想在mac上安装minikube学习一下的,通过brew安装后发现报下面的问题

1、运行minikube的提示

MacBook-Pro ~ % minikube start

😄 Darwin 14.4.1 (arm64) 上的 minikube v1.34.0

👎 无法选择默认驱动程序。以下是按优先顺序考虑的内容:

▪ docker: Not healthy: "docker version --format {{.Server.Os}}-{{.Server.Version}}:{{.Server.Platform.Name}}" exit status 1: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

▪ docker:建议:Start the Docker service <https://minikube.sigs.k8s.io/docs/drivers/docker/\>

💡 或者你也可以安装以下驱动程序:

▪ hyperkit: Not installed: exec: "hyperkit": executable file not found in $PATH

▪ qemu2: Not installed: exec: "qemu-system-aarch64": executable file not found in $PATH

▪ parallels: Not installed: exec: "prlctl": executable file not found in $PATH

▪ virtualbox: Not installed: unable to find VBoxManage in $PATH

▪ vfkit: Not installed: exec: "vfkit": executable file not found in $PATH

▪ podman: Not installed: exec: "podman": executable file not found in $PATH

❌ 因 DRV_DOCKER_NOT_RUNNING 错误而退出:找到 Docker,但 Docker 服务没有运行。尝试重新启动 Docker 服务。

2、查看docker版本时提示

shenxiang@chenxiangdeMacBook-Pro ~ % docker version

Client: Docker Engine - Community

Version: 27.3.1

API version: 1.47

Go version: go1.23.1

Git commit: ce1223035a

Built: Fri Sep 20 11:01:47 2024

OS/Arch: darwin/arm64

Context: default

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

3、在启动台中启动docker时报

Incompatible CPU detected

We are sorry, but your hardware is incompatible with Docker Desktop.

Docker requires a processor with virtualization capabilities and hypervisor support.

To learn more about this issue see:

https://docs.docker.com/desktop/mac/troubleshoot/#incompatible-cpu-detected

复制代码
required compatibility check: Incompatible CPU detected

看来想在Mac M3上学习k8s的,看来目前无解,不知大家是否有遇到,有什么其他办法吗?

相关推荐
运维小文6 分钟前
K8S资源限制之LimitRange
云原生·容器·kubernetes·k8s资源限制
登云时刻7 分钟前
Kubernetes集群外连接redis集群和使用redis-shake工具迁移数据(二)
redis·容器·kubernetes
wuxingge9 小时前
k8s1.30.0高可用集群部署
云原生·容器·kubernetes
志凌海纳SmartX10 小时前
趋势洞察|AI 能否带动裸金属 K8s 强势崛起?
云原生·容器·kubernetes
锅总10 小时前
nacos与k8s service健康检查详解
云原生·容器·kubernetes
BUG弄潮儿10 小时前
k8s 集群安装
云原生·容器·kubernetes
意疏10 小时前
【Linux 篇】Docker 的容器之海与镜像之岛:于 Linux 系统内探索容器化的奇妙航行
linux·docker
墨鸦_Cormorant11 小时前
使用docker快速部署Nginx、Redis、MySQL、Tomcat以及制作镜像
redis·nginx·docker
Code_Artist11 小时前
Docker镜像加速解决方案:配置HTTP代理,让Docker学会科学上网!
docker·云原生·容器
颜淡慕潇12 小时前
【K8S系列】kubectl describe pod显示ImagePullBackOff,如何进一步排查?
后端·云原生·容器·kubernetes