Skip to content

Commit

Permalink
Update registry address in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jan 10, 2023
1 parent d0991b3 commit 3b5a2a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```
Expand All @@ -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
```

0 comments on commit 3b5a2a1

Please sign in to comment.