Skip to content

Commit 2455425

Browse files
committed
revert
1 parent fb72177 commit 2455425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docker run -it --rm -p 10000:8888 -v "${PWD}":/home/jovyan/work quay.io/jupyter/
5858

5959
The use of the `-v` flag in the command mounts the current working directory on the host (`${PWD}` in the example command) as `/home/jovyan/work` in the container.
6060
The server logs appear in the terminal.
61-
1494233e27cd
61+
6262
Visiting `http://<hostname>:10000/?token=<token>` in a browser loads JupyterLab.
6363

6464
Due to the usage of [the `--rm` flag](https://docs.docker.com/reference/cli/docker/container/run/#rm)

0 commit comments

Comments
 (0)