FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

Different default port for worked examples

Open jc-harrison opened this issue 5 years ago • 2 comments

The quick-start script starts a worked examples container, with the Jupyter interface exposed on port 8888. This is the same as the default port used by Jupyter on the host machine, so if the user already has a Jupyter server running there will be a port conflict with the worked examples.

It would be better for the worked examples container to default to a different localhost port.

jc-harrison avatar Feb 18 '20 14:02 jc-harrison

I guess ideally it'd start on a random free port and tell you which one.

greenape avatar Feb 18 '20 14:02 greenape

Hmm. That turns out to be a bit tricky - docker port should give you the host port for a container port, but is too. flakey during startup to be useful here.

greenape avatar Feb 27 '20 09:02 greenape