• Bugs
  • Docker wont start now entrypoint.sh error

HI another issue.

Stopped my docker probe then tried to restart it now getting.

udo docker run  --name=trisul1a --net=host  -v /home/unpl/trisdata/:/trisulroot -d trisulnsm/trisul6 --interface enp2s0
b2a6f2106a47ac288f1da215bc9f3f196aec163d9f3f4b1dd52525694c445f28
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"/root/entrypoint.sh\": stat /root/entrypoint.sh: no such file or directory": unknown.

even a reboot is not fixing the issue. I have tried pruned sudo docker system prune

Vlad,

    Seems like something is corrupted in docker.

    Can you try the following
    1. Try docker prune again
    2. systemctl restart docker
    3 If nothing works, nuke the /var/lib/docker directory, and redo docker pull trisulnsm/trisul6. Fortunately the data will not be lost as Trisul stores all its data and config in the volume. However you will have to pull the full base image again. A few gigabytes

    Trisul

    You may need to clean up docker and re-pull the image.

      Write a Reply...