提交自己的centos6.4 sshd-httpd image到docker.io上

[摘要] 已经在之前的文章《创建基于CentOS下sshd和httpd服务的Docker image》中将最近这些天docker学习的成果做了简单的总结,现在提交了自己的docker image到index.docker.io上,方便大家pull下来使用. Image Tag:centos6.4,sshd,httpd. 使用方法:docker pull yu2hei/centos

查询Docker上的镜像:
My docker image info:Pushing tag for rev [8d28bc5fa842] on {https://registry-1.docker.io/v1/repositories/yu2hei/centos/tags/sshd-httpd}

# docker search centos|grep yu2hei
yu2hei/centos

获取镜像:

# docker pull yu2hei/centos

启动:

# docker run -d -p 2222:22 -p 8000:80 yu2hei/centos

登录:

ssh locahost -l root -p 2222  (root/mypwd)

Just enjoy it, any question please comment this thread or email to me,thanks.

u2

Related Posts

rancher v2.x 初体验

rancher v2x

Read more

sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 reached

Python3 + Flask + mysql5.7搭建的w…

Read more

You Missed

从0到1搭建一个AI Token中转站:技术架构与实战指南

  • u2
  • 5月 2, 2026
  • 71 views

本地AI时代来临:Ollama + MemPalace工作流深度指南

  • u2
  • 4月 21, 2026
  • 168 views

Raycast深度解析:这个让Mac效率重装升级的东西,到底值不值?

  • u2
  • 4月 14, 2026
  • 113 views

GitHub 25K+星标!Onyx:开源可自托管的企业级AI聊天与RAG平台

  • u2
  • 4月 8, 2026
  • 246 views

InternVL-U 统一多模态模型

  • u2
  • 4月 3, 2026
  • 215 views
InternVL-U 统一多模态模型

Everything Claude Code:开源 Agent 性能优化框架

  • u2
  • 3月 31, 2026
  • 244 views