esi-test-server-docker icon indicating copy to clipboard operation
esi-test-server-docker copied to clipboard

Container exiting inmediately

Open cocoh-23 opened this issue 1 year ago • 1 comments

Hi, I am trying to run the container like this docker run -d -p 8082:80 akamaiesi/ets-docker:latest -r cocoh.23 where cocoh.23 is localhost (where I have a python server listening), and the container exits inmediately. If I issue a docker inspect, the Exit status code is 0.

cocoh-23 avatar Apr 30 '23 03:04 cocoh-23

"-d" option starts container in detached mode. You can check if it's running with "docker ps" command, or accessing http://localhost:8082/

sjoulano avatar May 01 '23 13:05 sjoulano