Open
Description
From bash within the Docker container one can enter
lynx localhost:8000/sessions
and you will see a web page.
lynx localhost:8000
will show a 404.
I am not able to forward 8000/sessions to outside the container by the simple
EXPOSE 8000
in the Dockerfile and the
-p 8000:8000
in the Docker run command.
Metadata
Metadata
Assignees
Labels
No labels