# Docker开发指南（学习和实践）

> 本章节是学习O'REILLY 「Docker开发指南」 (Using Docker)的笔记和实践

容器不适合构建那种发布周期以周或月为单位的大型单一架构企业软件。相反，容器天然适合采用微服务的方式，以及探索诸如持续部署（continuous deployment）这样的技术，使得我们能安全地在一天内多次更新生产环境。

容器、DevOps、微服务以及持续交付（continuous delivery）的优势归根结底源于快速循环反馈的想法。通过更快速的迭代，我们可以在更短的时间内开发、测试和验证更高质量的系统。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/docker/using_docker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
