I am testing some containers, I have one running, so I know things are 
technically working (at least partially) however, when I am testing a container 
made by a friend, it fails. I am ok with failure :) However, I am at a loss on 
how to troubleshoot.  Both standard err and standard out in the sandbox link in 
the gui of the failed attempt show 0 bytes (and obviously no data).

I am ok rooting around to troubleshoot, but I need some logs. Note, this is 
separate from my other issue I've posted about with lack of logs.  Other 
frameworks logs are appearing while I am not getting any data from specifically 
docker here.  In the other issue, when it's happening, no frameworks show any 
logs.

Thanks!


Here is my json


{

  "container": {

    "type": "DOCKER",

    "docker": {

      "image": "test:first"

    }

  },

  "id": "test",

  "instances": "1",

  "cpus": "0.25",

  "mem": "64",

  "cmd":"bootstrap.sh"

}

Reply via email to