Fix typo in issue template

This commit is contained in:
Ayaz Salikhov
2021-05-20 14:21:27 +03:00
parent e21fabffa5
commit b80d53f652

View File

@@ -16,7 +16,7 @@ Example: `jupyter/scipy-notebook`
**What complete docker command do you run to launch the container (omitting sensitive values)?**
Example: `docker run -it --rm -p 8889:8888 jupyter/all-spark-notebook:latest`
Example: `docker run -it --rm -p 8888:8888 jupyter/all-spark-notebook:latest`
**What steps do you take once the container is running to reproduce the issue?**