jesse-ai / docs

The code used for the documentation website.
https://docs.jesse-ai.com
MIT License
12 stars 42 forks source link

Update Docker docs to open port 8888 on run #10

Closed adamwaite closed 4 years ago

adamwaite commented 4 years ago

Jupyter Notebooks runs at 127.0.0.1:8888 but is inaccessible from a host of the jesse Docker container without the port being opened when the container is created. I added the port mapping to the docker run command and added a note.

Reasoning: https://stackoverflow.com/questions/38830610/access-jupyter-notebook-running-on-docker-container

saleh-old commented 4 years ago

Thank you Adam