From e97f0c0e0c42e3658479e1f9ad4d09195f064e8e Mon Sep 17 00:00:00 2001 From: Christoph Pock <2448303+pocki@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:39:52 +0100 Subject: [PATCH] Fix image name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c63f103..945170f 100644 --- a/README.md +++ b/README.md @@ -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.