- 
                Notifications
    
You must be signed in to change notification settings  - Fork 32
 
Open
Description
I'm trying to run a recent nightly version of Slicer with GUI using Docker on Windows.
This image works fine - I open http://localhost:32768 and can interact with Slicer in a browser. However, it's an ancient Slicer version:
https://hub.docker.com/r/dit4c/dit4c-container-slicer/
I've tried to run slicer/slicer-test:opengl but I cannot connect to it through the browser: http://localhost:(portnumber) gives "can't reach this page" error. Error log:
2017-09-25 14:31:19,851 CRIT Supervisor running as root (no user in config file)
2017-09-25 14:31:19,851 INFO Included extra file "/etc/supervisor/conf.d/graphical-app-launcher.conf" during parsing
2017-09-25 14:31:19,851 INFO Included extra file "/etc/supervisor/conf.d/noVNC.conf" during parsing
2017-09-25 14:31:19,851 INFO Included extra file "/etc/supervisor/conf.d/x11vnc.conf" during parsing
2017-09-25 14:31:19,851 INFO Included extra file "/etc/supervisor/conf.d/xdummy.conf" during parsing
2017-09-25 14:31:19,857 INFO RPC interface 'supervisor' initialized
2017-09-25 14:31:19,857 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2017-09-25 14:31:19,857 INFO supervisord started with pid 1
2017-09-25 14:31:20,858 INFO spawned: 'graphical-app-launcher' with pid 7
2017-09-25 14:31:20,859 INFO spawned: 'noVNC' with pid 8
2017-09-25 14:31:20,860 INFO spawned: 'xdummy' with pid 9
2017-09-25 14:31:20,861 INFO spawned: 'x11vnc' with pid 10
2017-09-25 14:31:20,921 INFO success: graphical-app-launcher entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-25 14:31:20,968 INFO exited: xdummy (exit status 0; not expected)
2017-09-25 14:31:21,947 INFO success: noVNC entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-09-25 14:31:21,948 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-09-25 14:31:22,014 INFO spawned: 'xdummy' with pid 143
2017-09-25 14:31:22,016 INFO waiting for graphical-app-launcher, noVNC, xdummy, x11vnc to die
2017-09-25 14:31:22,016 INFO stopped: x11vnc (terminated by SIGTERM)
2017-09-25 14:31:22,017 INFO stopped: xdummy (terminated by SIGTERM)
2017-09-25 14:31:22,020 INFO stopped: noVNC (exit status 143)
2017-09-25 14:31:22,020 INFO reaped unknown pid 144
2017-09-25 14:31:22,029 INFO reaped unknown pid 119
2017-09-25 14:31:22,149 INFO stopped: graphical-app-launcher (exit status 143)
Metadata
Metadata
Assignees
Labels
No labels