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
- Run the following command to check the current Docker configuration:
docker info
- Check whether the Cgroup Driver parameter is set to cgroupfs.
Cgroup Driver: cgroupfs
- 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.
- Run the following command to restart Docker:
systemctl restart docker
- 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
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot