Eugene Marinelli
Eugene Marinelli
Thanks! ./build works now, but when I run ./shell and then runsvdir-start&, there is no output and I can't reach localhost:49888. ``` #> ./shell root@e5915a4caf65:/# runsvdir-start& [1] 9 ``` ```...
I pulled and rebuilt. After running runsvdir-start, /var/log/ipython/current contains the following: root@47cca48704c2:/# cat /var/log/ipython/current 2014-07-13_01:32:48.08923 2014-07-13 01:32:48.088 [NotebookApp] Created profile dir: u'/root/.ipython/profile_nbserver' 2014-07-13_01:32:48.08971 2014-07-13 01:32:48.089 [NotebookApp] WARNING | Starting all...
Curling / within the container does show up in the log: ``` root@2b96b75bcd78:/# curl localhost:8888 root@2b96b75bcd78:/# curl localhost:8888 root@2b96b75bcd78:/# curl localhost:8888 root@2b96b75bcd78:/# cat /var/log/ipython/current 2014-07-13_01:37:05.97219 2014-07-13 01:37:05.971 [NotebookApp] Created profile...