Docker OCI runtime create failed: container_linux.go:349: starting container process caused

前端 未结 3 1731
死守一世寂寞
死守一世寂寞 2021-01-17 14:01

I have been working on a project for almost a year, and this project has been working in Docker. Today I noticed that the permissions of the entire file system changed to 77

3条回答
  •  囚心锁ツ
    2021-01-17 14:16

    Adding "bash" in the Entrypoint worked for me:

    ENTRYPOINT ["bash","entrypoint.prod.sh"]
    

提交回复
热议问题