If i try to deploy a docker hosting, there is NO check about if the docker image exists. For example if i put docker image called "asfskjf32jfiewfew", the website is deployed without any error but obviously the site give 503 error because it will not find the image.
During the app creation there should be some check to see if the docker image registry specified exists or not.