Skip to content

Commit

Permalink
Merge pull request #3002 from pnasrat/local-image-doc-fix
Browse files Browse the repository at this point in the history
Documentation fix for running k8s-singleuser-sample locally
  • Loading branch information
consideRatio committed Feb 11, 2023
2 parents 0731e7d + 00fb960 commit 3775f42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions images/singleuser-sample/README.md
Expand Up @@ -16,11 +16,8 @@ guide's summary about container technology.](https://z2jh.jupyter.org/en/latest/
To quickly try out this Docker image on your computer:

```sh
# with the classic UI
docker run -it --rm -p 8888:8888 jupyterhub/k8s-singleuser-sample:0.7.0

# with JupyterLab
docker run -it --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=true jupyterhub/k8s-singleuser-sample:0.7.0
docker run -it --rm -p 8888:8888 jupyterhub/k8s-singleuser-sample:2.0.0 -- jupyter lab --ip 0.0.0.0
```

This image available tags can be found [here](https://hub.docker.com/r/jupyterhub/k8s-singleuser-sample/tags/).
Expand Down

0 comments on commit 3775f42

Please sign in to comment.