diff --git a/docs/zh/docs/1newStruct/Cloud/ContainerForm/SecureContainer/Menu/index.md b/docs/zh/docs/1newStruct/Cloud/ContainerForm/SecureContainer/Menu/index.md index 3a55af3019dda2016dbac070e43db6ef04a871af..2ff1a3aeb5ea748682c6014d42dc39dde928816c 100644 --- a/docs/zh/docs/1newStruct/Cloud/ContainerForm/SecureContainer/Menu/index.md +++ b/docs/zh/docs/1newStruct/Cloud/ContainerForm/SecureContainer/Menu/index.md @@ -2,10 +2,10 @@ headless: true --- -- [安全容器]({{< relref "./安全容器.md" >}}) - - [安装与配置]({{< relref "./安装与配置-2.md" >}}) - - [使用方法]({{< relref "./使用方法-1.md" >}}) - - [管理安全容器的生命周期]({{< relref "./管理安全容器的生命周期.md" >}}) - - [为安全容器配置资源]({{< relref "./为安全容器配置资源.md" >}}) - - [监控安全容器]({{< relref "./监控安全容器.md" >}}) +- [安全容器]({{< relref "./secure-container.md" >}}) + - [安装与配置]({{< relref "./installation-and-deployment-2.md" >}}) + - [使用方法]({{< relref "./application-scenarios-2.md" >}}) + - [管理安全容器的生命周期]({{< relref "./managing-the-lifecycle-of-a-secure-container.md" >}}) + - [为安全容器配置资源]({{< relref "./configuring-resources-for-a-secure-container.md" >}}) + - [监控安全容器]({{< relref "./monitoring-secure-containers.md" >}}) - [附录]({{< relref "./appendix-2.md" >}}) diff --git "a/docs/zh/docs/1newStruct/Cloud/ContainerForm/SecureContainer/\344\270\272\345\256\211\345\205\250\345\256\271\345\231\250\351\205\215\347\275\256\350\265\204\346\272\220.md" "b/docs/zh/docs/1newStruct/Cloud/ContainerForm/SecureContainer/\344\270\272\345\256\211\345\205\250\345\256\271\345\231\250\351\205\215\347\275\256\350\265\204\346\272\220.md" index ffbccd64a756a4a1e5e3265babb3686fe0c81656..e0b99d129f0c396cb72dff92558556d48696614a 100644 --- "a/docs/zh/docs/1newStruct/Cloud/ContainerForm/SecureContainer/\344\270\272\345\256\211\345\205\250\345\256\271\345\231\250\351\205\215\347\275\256\350\265\204\346\272\220.md" +++ "b/docs/zh/docs/1newStruct/Cloud/ContainerForm/SecureContainer/\344\270\272\345\256\211\345\205\250\345\256\271\345\231\250\351\205\215\347\275\256\350\265\204\346\272\220.md" @@ -7,7 +7,7 @@ 安全容器运行于虚拟化隔离的轻量级虚拟机内,因此资源的配置应分为两部分:对轻量级虚拟机的资源配置,即Host资源配置;对虚拟机内容器的配置,即Guest容器资源配置。以下资源配置均分为这两部分。 -## 资源共享-27 +## 资源共享 由于安全容器运行于虚拟化隔离的轻量虚拟机内,故无法访问Host上某些namespace下的资源,因此启动时不支持--net host,--ipc host,--pid host,--uts host。 diff --git "a/docs/zh/docs/1newStruct/Cloud/ContainerForm/SystemContainer/\351\231\204\345\275\225-2.md" b/docs/zh/docs/1newStruct/Cloud/ContainerForm/SystemContainer/appendix-1.md similarity index 100% rename from "docs/zh/docs/1newStruct/Cloud/ContainerForm/SystemContainer/\351\231\204\345\275\225-2.md" rename to docs/zh/docs/1newStruct/Cloud/ContainerForm/SystemContainer/appendix-1.md