<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on 黄文卓 | DevOps Engineer</title><link>https://socake.github.io/categories/docker/</link><description>Recent content in Docker on 黄文卓 | DevOps Engineer</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>17691281867@163.com (Wenzhuo Huang)</managingEditor><webMaster>17691281867@163.com (Wenzhuo Huang)</webMaster><copyright>© 2026 Wenzhuo Huang</copyright><lastBuildDate>Wed, 03 Dec 2025 22:57:03 +0800</lastBuildDate><atom:link href="https://socake.github.io/categories/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker模板</title><link>https://socake.github.io/docs/docker/docker%E6%A8%A1%E6%9D%BF/</link><pubDate>Wed, 03 Dec 2025 22:57:03 +0800</pubDate><author>17691281867@163.com (Wenzhuo Huang)</author><guid>https://socake.github.io/docs/docker/docker%E6%A8%A1%E6%9D%BF/</guid><description>Docker模板（如Dockerfile和docker-compose.yml）是容器化应用的蓝图。它们将应用的环境、依赖和配置代码化，实现了一次编写、处处运行的自动化部署</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/docs/docker/docker%E6%A8%A1%E6%9D%BF/featured.jpg"/></item><item><title>Docker存储及镜像制作</title><link>https://socake.github.io/docs/docker/docker%E5%AD%98%E5%82%A8%E5%8F%8A%E9%95%9C%E5%83%8F%E5%88%B6%E4%BD%9C/</link><pubDate>Wed, 03 Dec 2025 22:26:23 +0800</pubDate><author>17691281867@163.com (Wenzhuo Huang)</author><guid>https://socake.github.io/docs/docker/docker%E5%AD%98%E5%82%A8%E5%8F%8A%E9%95%9C%E5%83%8F%E5%88%B6%E4%BD%9C/</guid><description>数据持久化和自定义镜像是Docker进阶使用的关键。本文将介绍如何通过卷(Volumes)和绑定挂载(Bind Mounts)管理数据，以及如何从零开始编写Dockerfile来构建符合自己需求的应用镜像</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/docs/docker/docker%E5%AD%98%E5%82%A8%E5%8F%8A%E9%95%9C%E5%83%8F%E5%88%B6%E4%BD%9C/featured.jpg"/></item><item><title>Docker基本使用</title><link>https://socake.github.io/docs/docker/docker%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8/</link><pubDate>Wed, 03 Dec 2025 22:26:23 +0800</pubDate><author>17691281867@163.com (Wenzhuo Huang)</author><guid>https://socake.github.io/docs/docker/docker%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8/</guid><description>本文涵盖日常最常用的Docker命令。从拉取镜像、启动容器，到查看日志、进入容器内部调试，你将掌握容器生命周期的基本管理操作</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/docs/docker/docker%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8/featured.jpg"/></item><item><title>Docker简介</title><link>https://socake.github.io/docs/docker/docker%E7%AE%80%E4%BB%8B/</link><pubDate>Wed, 03 Dec 2025 22:26:23 +0800</pubDate><author>17691281867@163.com (Wenzhuo Huang)</author><guid>https://socake.github.io/docs/docker/docker%E7%AE%80%E4%BB%8B/</guid><description>Docker是一个开源的容器化平台。它彻底改变了软件的打包、分发和运行方式，使应用及其运行环境成为一个轻量级、可移植的“容器”，从而解决了“在本地环境能运行，在其他环境却失败”的经典难题</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/docs/docker/docker%E7%AE%80%E4%BB%8B/featured.jpg"/></item><item><title>Docker Compose 本地开发工作流：多服务环境搭建最佳实践</title><link>https://socake.github.io/posts/docker-compose-dev-workflow/</link><pubDate>Fri, 27 Sep 2024 12:36:00 +0800</pubDate><author>17691281867@163.com (Wenzhuo Huang)</author><guid>https://socake.github.io/posts/docker-compose-dev-workflow/</guid><description>用 Docker Compose 搭建包含数据库、缓存、消息队列的完整本地环境，配合 healthcheck 确保启动顺序、bind mount 实现热更新，还有 override 模式分离开发和生产配置。这篇文章覆盖所有关键细节和常见踩坑。</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/docker-compose-dev-workflow/featured.jpg"/></item><item><title>Docker 最佳实践：从 Dockerfile 到生产部署</title><link>https://socake.github.io/posts/docker-best-practices/</link><pubDate>Sat, 21 Sep 2024 09:56:00 +0800</pubDate><author>17691281867@163.com (Wenzhuo Huang)</author><guid>https://socake.github.io/posts/docker-best-practices/</guid><description>多阶段构建、.dockerignore 遗漏、非 root 运行、构建缓存优化，以及 entrypoint/cmd 信号处理这些在生产中实际踩过的问题，用具体的 Dockerfile 示例逐一拆解。</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/docker-best-practices/featured.jpg"/></item></channel></rss>