From ec88da19b9fb06f9cb03c8102e56fd7325708f1f Mon Sep 17 00:00:00 2001 From: liao_liuqing Date: Tue, 16 Jun 2020 17:21:28 +0800 Subject: [PATCH] =?UTF-8?q?update=20content/zh/docs/Container/=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=8C=87=E5=AF=BC.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\345\256\211\350\243\205\346\214\207\345\257\274.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/Container/\345\256\211\350\243\205\346\214\207\345\257\274.md" "b/content/zh/docs/Container/\345\256\211\350\243\205\346\214\207\345\257\274.md" index 204899cbe..fbcd663a6 100644 --- "a/content/zh/docs/Container/\345\256\211\350\243\205\346\214\207\345\257\274.md" +++ "b/content/zh/docs/Container/\345\256\211\350\243\205\346\214\207\345\257\274.md" @@ -12,7 +12,7 @@ 2. 安装系统容器依赖包。 ``` - # yum install isulad-tools authz isulad-lxcfs-toolkit lxcfs + # yum install syscontainer-tools authz lxcfs-tools lxcfs ``` 3. 查看iSulad是否已经启动。 -- Gitee