Kaggle/python docker on Ubuntu 14.04 my browser is not startingKaggle/python docker on Ubuntu 14.04 my browser is not startingdd

In Kaggle/python docker on Ubuntu 14.04 my browser is not starting.Anyone has face this issue and resolution? I am using below command from terminal"(sleep 3 && sensible-browser “http://127.0.0.1:8888”)& docker run -v $PWD:/tmp/working -w=/tmp/working -p 8888:8888 --rm -it kaggle/python jupyter notebook --no-browser --ip=0.0.0.0 --notebook-dir=/tmp/working" and when I got to firefox web brwoser localhost:8888 , it ain’t show up nothing.

I dont see any issue with installation as below command opens a Jupyter notebook for me at localhost:8888.
docker run -d -p 8888:8888 -v /home/pavalion/notebooks:/home/ds/notebooks dataquestio/python3-starter

Its only when I try to access Jupyter through kaggle/python I get this problem.

I have a clean Ubuntu 14.04 OS installation and docker info gives me below information :slight_smile:
Containers: 9
Running: 0
Paused: 0
Stopped: 9
Images: 5
Server Version: 17.06.0-ce
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 88
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: cfb82a876ecc11b5ca0977d1733adbe58599088a
runc version: 2d41c047c83e09a6d61d464906feb2a2f3c52aa4
init version: 949e6fa
Security Options:
apparmor
Kernel Version: 3.19.0-25-generic
Operating System: Ubuntu 14.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 15.62GiB
Name: pavalion-HP-Pavilion-dv7-Notebook-PC
ID: 4MUS:Q4UX:UTUM:BHLZ:BHSJ:DDME:RWLP:62MM:YYPQ:SMDZ:GLRF:OOTF
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false

WARNING: No swap limit support