
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Follow the instructions to install Hadoop and other tools on Docker in a few simple steps.
Make sure you do all these steps on your host OS, not any VM, because Docker acts like a VM in itself, so a VM inside a VM doesn't make sense.
Next for all steps in the installation.From here, you have two options: get a prebuilt image or build the image yourselves.
bash# AMD-based (Intel) docker pull silicoflare/hadoop:amd # ARM-based (Mac M series) docker pull silicoflare/hadoop:arm
bash# AMD-based (Intel) git clone -b amd --single-branch https://github.com/silicoflare/docker-hadoop # ARM-based (Mac M series) git clone -b arm --single-branch https://github.com/silicoflare/docker-hadoop
bashcd docker-hadoop
sudo if any permission errors arise.bashdocker build -t hadoop .
Once you build or pull the image, it is time to create a container with the image. The following command creates a container, maps the required ports, and opens a terminal inside the container. Make sure you replace SRN in the command with your SRN in caps.
bashdocker run -it -p 9870:9870 -p 8088:8088 -p 9864:9864 --name SRN hadoop
Once the container is created and a shell like this shows up:
root@6aaa78189146:/#
Type init and press Enter. This stops all running processes, formats the HDFS namenodes, and starts all processes. After everything completes, type jps and check if there are around 7 processes.
This completes the installation of all tools required for the Big Data course. Just type exit to exit from the container once done.
From the next time, to reopen the container, just open Docker Desktop, open a new terminal, and type the following:
bashdocker start -ai SRN
Once the Docker shell opens, just type restart to restart all processes.
sudo before the commandsdocker daemon is not running, make sure you start Docker Desktop and try againbashdocker cp ./filename SRN:/
bashdocker cp SRN:/path/to/file .
port already allocated, type docker ps, check the running containers and stop them.request returned Internal Server Error, it means your Docker build was not successful. Make sure you run the Docker build command again.If you still have doubts after this, just contact me on my *** ***, or add a comment in this page.
The latest versions of the following tools are all preinstalled in this image:
To test each tool and to see if they work as intended, use the scripts mentioned in the testing guide.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 silicoflare/hadoop 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: