Environment:
Ubuntu 18.0.4
Docker

Problem description:
System restart is abnormal. When docker container is started, the following error message is prompted:

Where 8ADF is the first four letters of my container ID.
Solutions:
1, implement
Ubuntu 18.0.4
Docker

Problem description:
System restart is abnormal. When docker container is started, the following error message is prompted:

Where 8ADF is the first four letters of my container ID.
Solutions:
1, implement
find/-name "8adfcb497827c65a7c8c05dc745f206af2679f2333112570124e8d1af581a7fe"
8 adfcb497827c65a7c8c05dc745f206af2679f2333112570124e8d1af581a7fe is full container id. The results are as follows:
2. Delete the following files:
sudo rm -rf /var/run/docker/runtime-runc/moby/8adfcb497827c65a7c8c05dc745f206af2679f2333112570124e8d1af581a7fe/
3. Restart the container
docker start 8adf
done