# docker-doc **Repository Path**: mimishy200/docker-doc ## Basic Information - **Project Name**: docker-doc - **Description**: docker 中文文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.zhaowenyu.com/docker/docker-home.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-01-13 - **Last Updated**: 2025-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的镜像中,然后发布到任何流行的 Linux 或 Windows 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。 ## Docker 技术画像 Docker 不是全新的技术领域,而是建立在一定技术基础之上的创新,涉及较大的技术范围。“Docker 画像” 标记出最常用到的技术知识点,为初学者快速入门提供系统性的指导。 ![Docker 画像](assets/images/docker-content.jpg) ## 参考 - https://www.docker.com - https://blog.docker.com/ - https://docs.docker.com/ - https://store.docker.com - https://cloud.docker.com - https://hub.docker.com - https://github.com/moby/moby - http://www.docker.org.cn - https://blog.csphere.cn/archives/22 - https://docker-doc.readthedocs.io/zh_CN/latest/ - https://github.com/nsytmp/docker/tree/master/docs/sources/examples