mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 06:53:23 +00:00
- add tools/doc_translator.py - translated docs into English Signed-off-by: longjin <longjin@DragonOS.org>
29 lines
809 B
ReStructuredText
29 lines
809 B
ReStructuredText
.. note:: AI Translation Notice
|
|
|
|
This document was automatically translated by `Qwen/Qwen3-8B` model, for reference only.
|
|
|
|
- Source document: kernel/container/namespaces/index.rst
|
|
|
|
- Translation time: 2025-05-19 01:41:19
|
|
|
|
- Translation model: `Qwen/Qwen3-8B`
|
|
|
|
|
|
Please report issues via `Community Channel <https://github.com/DragonOS-Community/DragonOS/issues>`_
|
|
|
|
====================================
|
|
Namespaces
|
|
====================================
|
|
|
|
DragonOS's namespaces currently support pid_namespace and mnt_namespace, and more features are expected to be added in the future.
|
|
|
|
Namespaces are an important component in the process of containerization.
|
|
|
|
Since the current OS is single-user, user_namespace is globally static.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
pid_namespace
|
|
mnt_namespace
|