akamai / esi-test-server-docker

A dockerized version of Akamai's Edge Side Includes Test Server (ETS).
32 stars 6 forks source link

Container exiting inmediately #20

Open cocoh-23 opened 1 year ago

cocoh-23 commented 1 year ago

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.

sjoulano commented 1 year ago

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