Installation Guideline
Install the container engine iSulad.
yum install iSulad
Install dependent packages of system containers.
yum install isulad-tools authz isulad-lxcfs-toolkit lxcfs
Enable the lxcfs and authz services.
systemctl start lxcfs systemctl start authz
Check whether iSulad, lxcfs, and authz are started.
systemctl status isulad systemctl status lxcfs systemctl status authz
If you need iSulad, lxcfs, and authz to start upon system startup, run the following commands:
systemctl enable isulad systemctl enable lxcfs systemctl enable authz
Bug Catching