Failed to start containers for ...
, this is usually indicative of one of the following issues:
CMD
directive or Procfile to reference a command that does exist.
ENTRYPOINT
, but that ENTRYPOINT
does not exist. In this case, you should fix your Image to use a valid ENTRYPOINT
.