Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
pocki committed Feb 2, 2024
1 parent 8951a9e commit e97f0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Extending the [Jupyter Docker Stack images](https://github.com/jupyter/docker-st
This images can be started as the original Jupyter Docker Stack images (see the Jupyter Docker Stacks [ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html))

```
docker run -p 8888:8888 ghcr.io/pocki/jupyter-dotnet/minimal-dotnet8:latest
docker run -p 8888:8888 ghcr.io/pocki/jupyter-minimal-dotnet8:latest
```

To persistant the notebooks mount the directory: `/home/jovyan/Notebooks`
```
docker run -p 8888:8888 ghcr.io/pocki/jupyter-dotnet/pocki/scipy-dotnet8:latest -v "$PWD":/home/jovyan/Notebooks
docker run -p 8888:8888 ghcr.io/pocki/jupyter-scipy-dotnet8:latest -v "$PWD":/home/jovyan/Notebooks
```

All images contain some .NET sample notebooks.
Expand Down

0 comments on commit e97f0c0

Please sign in to comment.