Why Is the Mount Point of a Docker Container in the Kunpeng Cluster Uninstalled?
Symptom
The mount point of a Docker container in the Kunpeng cluster is uninstalled.
Possible Cause
If the Kunpeng cluster node runs EulerOS 2.8 and the MountFlags=shared field is configured in the Docker service file, the container mount point will be uninstalled due to the systemd feature.
Solution
Modify the Docker file, delete the MountFlags=shared field, and restart Docker.
- Log in to the node.
- Run the following command to delete the MountFlags=shared field from the configuration file and save the file:
vi /usr/lib/systemd/system/docker.service
- Run the following command to restart Docker:
systemctl restart docker
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