I am trying to run simple Arelle Web Service in Ubuntu under Docker but getting "
localhost didn’t send any data. " from the browse for
http://localhost:8080/help
Steps
1) Start a docker container using
docker-compose up -d
where the docker-compose file is
2) Copy down the latest linux version of Arelle into /opt/arelle and unzip it
3) Start the server using
./startWebServer.sh
This gives
Bottle v0.13-dev server starting up (using WSGIRefServer())...
Listening on
http://localhost:8080/Hit Ctrl-C to quit.
which I presume is expected.
Things I have tried
* ping localhost gives
Pinging LAPTOP-XXXXXXXX [::1] with 32 bytes of data:
Reply from ::1: time<1ms
which I take to mean the service is running
* docker logs for the container are empty