How can I run jupyter notebook using the image from docker hub?
Open
- Dominant language
- Jupyter Notebook
- Stars
- 30k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
I downloaded the latest image from the docker hub:
https://hub.docker.com/r/ageron/handson-ml2
Using the following command, a container runs.
```
docker run -it --rm -v $PWD:/home/devel/handson-ml2 -p 8888:8888 ageron/handson-ml2:latest
```
Indeed, the bash shell shows up at the terminal. But the jupyter notebook server doesn't seem to run on http://localhost:8888.
How can I make jupyter notebook server run directly at launching the image?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.