mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Merge pull request #557 from jakirkham/docker_port_example_readme_fix
DOC: README docker example port option fix
This commit is contained in:
commit
1dacb2c59e
@ -18,7 +18,7 @@ Launch with:
|
||||
|
||||
If you have a [Docker daemon running](https://docs.docker.com/installation/), e.g. reachable on `localhost`, start a container with:
|
||||
|
||||
$ docker run --rm -itP -v "$(pwd):/notebooks" jupyter/notebook
|
||||
$ docker run --rm -it -p 8888:8888 -v "$(pwd):/notebooks" jupyter/notebook
|
||||
|
||||
In your browser open the URL `http://localhost:8888/`.
|
||||
All notebooks from your session will be saved in the current directory.
|
||||
|
Loading…
Reference in New Issue
Block a user