Installation Guideline

  1. Install the container engine iSulad.

    sh
    # yum install iSulad
  2. Install dependent packages of system containers.

    sh
    # yum install syscontainer-tools authz lxcfs-tools lxcfs
  3. Run the following command to check whether iSulad is started:

    sh
    # systemctl status isulad
  4. Enable the lxcfs and authz services.

    sh
    # systemctl start lxcfs
    # systemctl start authz