Kurt,

On 16 January 2016 at 01:27, I wrote:

>>
>> Usage:
>>
>> docker pull nilqed/fricas_jupyter
>> docker run -p 443:8888  -t -i nilqed/fricas_jupyter jupyter notebook
>> go to http://localhost:443
>> New -> FriCAS
>>
>
> Thanks.  But I seem to have a problem.  When I run this I get
>
> wspage@suse:~> docker run -p 443:8888  -t -i nilqed/fricas_jupyter
> jupyter notebook
> [I 06:11:03.271 NotebookApp] Writing notebook server cookie secret to
> /root/.local/share/jupyter/runtime/notebook_cookie_secret
> [I 06:11:03.315 NotebookApp] Serving notebooks from local directory: /
> [I 06:11:03.315 NotebookApp] 0 active kernels
> [I 06:11:03.315 NotebookApp] The IPython Notebook is running at:
> http://localhost:8888/
> [I 06:11:03.315 NotebookApp] Use Control-C to stop this server and
> shut down all kernels (twice to skip confirmation).
> [W 06:11:03.316 NotebookApp] No web browser found: could not locate
> runnable browser.
>

The following docker FAQ:

    
https://docs.docker.com/engine/misc/faq/#why-do-i-get-connection-reset-by-peer-when-making-a-request-to-a-service-running-in-a-container

Suggests this is a common problem.  Here is the solution:

    
http://jdfreder-notebook.readthedocs.org/en/docs/examples/Notebook/Configuring%20the%20Notebook%20and%20Server.html#running-a-public-notebook-server

So the notebook option --ip=* makes it work!

    wspage@suse:~> docker run -p 443:8888  -t -i nilqed/fricas_jupyter
jupyter notebook --ip=* --no-browser

    http://localhost:443

Thanks again for putting this all together.  I am still looking
forward to getting this into SMC. Can I help push that along?


Regards,

Bill Page.

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to