jdrudolph / photon

PHOsphoproteomic dissecTiOn using Networks
GNU General Public License v3.0
17 stars 5 forks source link

Container stopps working immediately #2

Closed isas-institute closed 7 years ago

isas-institute commented 7 years ago

Hello Jan,

I try to get this container running for one of my scientifical colleagues. Unfortunately it immediately stopps working after starting it. I think the container does not find the run.sh script defined in the dockerfile:

ENTRYPOINT ["./run.sh"]

Errormessage: docker: Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"./run.sh\\\": stat ./run.sh: no such file or directory\"\n".

Do you have an idea how to fix it?

With Kind regards,

Christian

jdrudolph commented 7 years ago

I don't know how to reproduce this error, since the container works on my systems (tried Ubuntu and Win10). I'm not an Docker expert and have never seen this kind of error before. Googling the error message didn't yield a precise hit, but maybe have a look yourself...

In order to make sure that the problem is not with you Docker installation, could you maybe try to run some other docker image, e.g. from one of the various docker tutorials out there e.g. docker run hello-world?

isas-institute commented 7 years ago

Our other docker images are working correctly. Maybe I will try to install the software on a virtual machine next week. Anyway, thanks for your efforts!

jdrudolph commented 7 years ago

@isas-institute if you still encounter issues, please contact me again!