-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Bare metal machine, booted to Win10(1809), docker desktop 2.1.0.1 (10 cores 99gig ram allocated to docker-desktop, docker engine is 19.03.1).
I installed IBM Db2 Event Store developer edition 1.1.4 for windows as administrator.
When it started I copied the retail demo jupiter notebook.
But when I open that notebook it shows "404: Not found You are requesting a page that does not exist".
In the log file (es_desktop.log) I see the message, below although I don't know if it's the cause of the issue, as this message appears before other normal looking progress messages show show me copying the notebook and opening it:
exec error: Error: Command failed: docker network create -d bridge --subnet 173.19.0.0/9 dsx-net
Error response from daemon: network with name dsx-net already exists
And if I run docker network ls in a cmd window, I can see that network bridge exists
Same symptom if I disable Windows Firewall.
Any suggestions for how to get the jupyter-notebook to operate?