debuggingElastic Beanstalk Docker运行失败?

我是EB和AWS的新手,我的Docker镜像可以正常工作,但无法在Elastic Beanstalk上运行。 我的怀疑是,他们没有正确连接到数据库,但是,我没有得到任何有用的,当我从命令行运行“eb日志”。 这里是错误:

{ "status": "FAILURE", "api_version": "1.0", "results": [ { "status": "FAILURE", "msg": "(TRUNCATED)...rrun.aws.json: No such file or directory 73927c49adff622a1a229d9369bdd80674d96d20f3eb99a9cdea786f4411a368 Docker container quit unexpectedly after launch: Docker container quit unexpectedly on Wed May 20 17:15:02 UTC 2015:. Check snapshot logs for details. Hook /opt/elasticbeanstalk/hooks/appdeploy/pre/04run.sh failed. For more detail, check /var/log/eb-activity.log using console or EB CLI", "returncode": 1, "events": [ { "msg": "Successfully pulled node:0.12.2-slim", "severity": "TRACE", "timestamp": 1432142064 }, { "msg": "Successfully built aws_beanstalk/staging-app", "severity": "TRACE", "timestamp": 1432142094 }, { "msg": "Docker container quit unexpectedly after launch: Docker container quit unexpectedly on Wed May 20 17:15:02 UTC 2015:. Check snapshot logs for details.", "severity": "ERROR", "timestamp": 1432142102 } ] } ], "truncated": "true" } 

在构build完成后:

 [2015-05-20T17:15:02.694Z] INFO [8603] - [CMD-AppDeploy/AppDeployStage0/AppDeployPreHook/04run.sh] : Activity execution failed, because: cat: /var/app/current/Dockerrun.aws.json: No such file or directory cat: /var/app/current/Dockerrun.aws.json: No such file or directory 73927c49adff622a1a229d9369bdd80674d96d20f3eb99a9cdea786f4411a368 Docker container quit unexpectedly after launch: Docker container quit unexpectedly on Wed May 20 17:15:02 UTC 2015:. Check snapshot logs for details. (ElasticBeanstalk::ExternalInvocationError) caused by: cat: /var/app/current/Dockerrun.aws.json: No such file or directory cat: /var/app/current/Dockerrun.aws.json: No such file or directory 73927c49adff622a1a229d9369bdd80674d96d20f3eb99a9cdea786f4411a368 Docker container quit unexpectedly after launch: Docker container quit unexpectedly on Wed May 20 17:15:02 UTC 2015:. Check snapshot logs for details. (Executor::NonZeroExitStatus) 

docker集装箱在当地工作,所以我还能做些什么来弄清楚什么是错的? 我一直听说“快照日志”,但我在哪里检查这些快照日志? 他们是我已经运行“eb日志”的输出?