What does docker container exit status 255 mean?

后端 未结 1 855
天命终不由人
天命终不由人 2020-12-28 15:56

The doc mentions

You can use a filter to locate containers that exited with status of 137 meaning a SIGKILL(9) killed them

I\'

相关标签:
1条回答
  • 2020-12-28 16:44

    If you see that on a docker ps, showing a container with a status "Exited (255)", that means its main entrpypoint/command process stopped with that status.

    And 255 simply means "there was an error", but does not tell you much beside that.

    0 讨论(0)
提交回复
热议问题