> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/vi/quan-tri-he-thong/service-containers.md).

# Container dịch vụ

Phần Service Containers cung cấp khả năng quan sát các môi trường nhẹ được sử dụng để chạy các dịch vụ nội bộ cụ thể của VergeOS, chẳng hạn như các mô-đun AI và các thành phần khác ở cấp hệ thống. Các container này hoạt động độc lập để đảm bảo tính mô-đun, sự cô lập và việc sử dụng tài nguyên hiệu quả trong trung tâm dữ liệu ảo.

Mặc dù phần này thường không liên quan đến việc quản trị hằng ngày, nhưng nó có sẵn trong Infrastructure > Service Containers để cung cấp thông tin và phục vụ mục đích gỡ lỗi. Người dùng đôi khi có thể tham khảo khu vực này để xác minh trạng thái container hoặc hỗ trợ chẩn đoán khi làm việc với bộ phận hỗ trợ, nhưng hiếm khi cần tương tác trực tiếp.

Phần này chủ yếu tồn tại để hỗ trợ các hoạt động nội bộ và khả năng mở rộng trong tương lai. Hiện tại không dự kiến quản trị viên sẽ thực hiện bất kỳ hành động cấu hình hoặc quản lý nào

***

**Tính tương thích phiên bản**: Chức năng này khả dụng trong VergeOS 26.0 trở lên.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/vi/quan-tri-he-thong/service-containers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
