云原生

版本:25.03

安装指导

说明

系统容器的安装需要使用root权限。

  1. 首先需要安装iSulad容器引擎。

    bash
    # yum install iSulad
  2. 安装系统容器依赖包。

    bash
    # yum install syscontainer-tools authz lxcfs-tools lxcfs
  3. 查看iSulad是否已经启动。

    bash
    # systemctl status isulad
  4. 开启lxcfs和authz服务。

    bash
    # systemctl start lxcfs
    # systemctl start authz