Hi team,
I have installed my jupyter notebook on OCI compute instances, even after opening the ports and modifying the firewall rules. I am not able to access the jupyter from the browser and from the same server, I am able to open apache from the browser.
What command are you using to start your jupyter server? Does anything show up in the logs?
You might need to add --ip='*'
to allow any-old-computer to attach to it.
What errors and logs are you seeing from simple tools like curl http://<the-ip>:<the port>/
.
For reference, have a look at some of the offiically-maintained docker stacks, unless OCI in this instance is marketing referring to something that clashes with the de jure meaning of “any old container”.
1 Like