From fbd6b96aba30e7c328dda6238d74f67e27a43fb7 Mon Sep 17 00:00:00 2001 From: chopupu <1123478123@qq.com> Date: Tue, 11 Feb 2025 11:32:28 +0800 Subject: [PATCH 1/2] rename --- .../ContainerForm/SecureContainer/Menu/index.md | 12 ++++++------ ...1\205\215\347\275\256\350\265\204\346\272\220.md" | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 3a55af301..2ff1a3aeb 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 ffbccd64a..e0b99d129 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。 -- Gitee From da7ecb03520980fbdcc011661e710d6911bc4863 Mon Sep 17 00:00:00 2001 From: chopupu <1123478123@qq.com> Date: Tue, 11 Feb 2025 11:46:21 +0800 Subject: [PATCH 2/2] update --- .../1newStruct/Cloud/ContainerForm/SystemContainer/appendix-1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "docs/zh/docs/1newStruct/Cloud/ContainerForm/SystemContainer/\351\231\204\345\275\225-2.md" => docs/zh/docs/1newStruct/Cloud/ContainerForm/SystemContainer/appendix-1.md (100%) 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 -- Gitee