Skip to content

Commit 78cf7db

Browse files
authored
Updated README.md, added space after -p option
1 parent e417e22 commit 78cf7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are several flavours of this image.
2424
```
2525
You can start a graphical [Jupyter Notebook](https://jupyter.org) at http://localhost:8888 instead. To use the notebook, follow the instructions printed when you run:
2626
```
27-
docker run -p8888:8888 sagemath/sagemath:latest sage-jupyter
27+
docker run -p 8888:8888 sagemath/sagemath:latest sage-jupyter
2828
```
2929
* [`sagemath/sagemath-dev`![image size](https://img.shields.io/microbadger/image-size/sagemath/sagemath-dev.svg)](https://hub.docker.com/r/sagemath/sagemath-dev) contains all the build artifacts to rebuild Sage quickly (currently, this is broken, see [#34241](https://github.com/sagemath/sage/issues/34241).) This version is probably only relevant for Sage developers. Run this image with:
3030
```

0 commit comments

Comments
 (0)