Help Center> Cloud Container Instance> FAQs> Container Workload FAQs> Can I Start a Container in Privileged Mode When Running the systemctl Command in a Container in a CCI Cluster?
Updated on 2023-02-07 GMT+08:00

Can I Start a Container in Privileged Mode When Running the systemctl Command in a Container in a CCI Cluster?

Currently, CCI does not support the privileged mode.

The privileged mode is enabled only when a container is allowed to access all devices on the host. CCI adopts the Kata hypervisor to isolate containers. Therefore, resources on the host are completely isolated from containers.

In other scenarios, you are advised to use the securityContext of Kubernetes to implement fine-grained permissions control, thereby ensuring the security and reliability of the container running environment.

Container Workload FAQs FAQs

more