12345678910111213141516171819202122232425262728 |
- .. 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
|