From 3b5a2a1cbb8b07cc615a250b2af7d2f0da56655e Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 10 Jan 2023 13:46:19 +0000 Subject: [PATCH] Update registry address in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b51079e..3b59d48 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This will query the GitHub API and catalogue all containers in the DiamondLightS ### Interactive (local) ``` -podman run --publish 8888:8888 ghcr.io/garryod/bookshelf-template/interactive:latest +podman run --publish 8888:8888 ghcr.io/DiamondLightSource/bookshelf-template/interactive:latest ``` or ``` @@ -29,12 +29,12 @@ bookshelf-i18-xrf-interactive ### Interactive (hosted) 1. Go to https://jupyterhub.diamond.ac.uk/hub/home -2. 'Start My Server' with `CONTAINER_IMAGE=ghcr.io/garryod/bookshelf-i18-xrf/interactive:latest` +2. 'Start My Server' with `CONTAINER_IMAGE=ghcr.io/DiamondLightSource/bookshelf-i18-xrf/interactive:latest` ### Processing ``` -podman run --volume .:/outputs --volume .:/inputs --security-opt=label=type:container_runtime_t ghcr.io/garryod/bookshelf-template/processing:latest +podman run --volume .:/outputs --volume .:/inputs --security-opt=label=type:container_runtime_t ghcr.io/DiamondLightSource/bookshelf-template/processing:latest ``` or ``` @@ -45,5 +45,5 @@ bookshelf-i18-xrf-processing ### Service (local) ``` -podman run --publish 8000:8000 ghcr.io/garryod/bookshelf-template/service:latest +podman run --publish 8000:8000 ghcr.io/DiamondLightSource/bookshelf-template/service:latest ```