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的,看来目前无解,不知大家是否有遇到,有什么其他办法吗?

相关推荐
Tronlong创龙6 小时前
SBC-TL3588 单板机 / EPC-TL3588 工控机 Docker 开发手册(二)
docker·开发板·嵌入式开发·硬件开发·工业控制
AI服务老曹11 小时前
视觉算法模型管理完整流程:多版本上线、灰度发布与回滚的落地实践
人工智能·docker·音视频
飞翔沫沫情12 小时前
K8s Alloy 采集 Pod 控制台日志
云原生·容器·kubernetes
辉的技术笔记13 小时前
拆解 Dify 的 Celery:15 个队列都在干什么
docker
潮起鲸落入海18 小时前
Kubernetes Metric Server, Quota and Limits
容器·kubernetes
梦想的颜色18 小时前
Docker 容器化本地部署 Claude Code 完整硬核教程|隔离沙盒 + 国产模型直连 + 持久化 Skill
运维·容器·ai 工程化·沙盒隔离·docker 本地部署·claude code硬核实战·国内国产模型接入
渣渣盟19 小时前
Docker 运维常用命令手册(含扩容与实战)
运维·docker·容器
小尘要自信19 小时前
小米摄像头怎么接入RTSP?Go2RTC转流、EasyNVR录像与公网访问教程
人工智能·docker·开源
我叫张小白。20 小时前
一个微服务电商+社区项目(瓷韵app)的技术深度复盘
docker·微服务·云原生·架构
咕噜咕噜的猪大侠20 小时前
《K8s 核心知识梳理:Deployment 滚动更新、JobCronJob、DaemonSet 和 Service》
云原生·容器·kubernetes