Help Center/ Intelligent EdgeFabric/ Edgectl User Guide/ Error Codes/ Third-Party Dependency Errors/ ERROR6103 Incorrect Docker Cgroup Driver configuration
Updated on 2022-02-21 GMT+08:00

ERROR6103 Incorrect Docker Cgroup Driver configuration

Description

The Cgroup Driver parameter of Docker is incorrectly configured.

Possible Causes

For IEF, the Cgroup Driver parameter of Docker must be set to cgroupfs.

Solution

  1. Run the following command to check the current Docker configuration:

    docker info

  2. Check whether the Cgroup Driver parameter is set to cgroupfs.

    Cgroup Driver: cgroupfs

  3. If not, add the following configuration to the Docker configuration file /etc/docker/daemon.json:

    {
    "exec-opts": ["native.cgroupdriver=cgroupfs"]
    }

    For more information, see Docker Documentation.

  4. Run the following command to restart Docker:

    systemctl restart docker

  5. Run the docker info command again to check whether the Cgroup Driver parameter is successfully modified. If yes, run the installation command to manage the node.

    cd /opt/edge-installer; sudo ./installer -op=install