You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,13 +78,12 @@ See [the Node-RED documentation](https://nodered.org/docs/getting-started/docker
78
78
79
79
## Seqera Studios
80
80
81
-
In addition to the base Docker image, the repo has an image specifically designed to run within [Seqera Studios](https://docs.seqera.io/platform-cloud/studios/overview).
82
-
The images are the same, just with a `-studios` tag suffix.
81
+
In addition to the base Docker image, the repo has an image specifically designed to run within [Seqera Studios](https://docs.seqera.io/platform-cloud/studios/overview), called `ghcr.io/seqeralabs/node-red-seqera-studios` (note `-studios` suffix).
83
82
84
83
To use, create a new Studio with the _Template_ set to _Prebuilt container image_ and enter:
85
84
86
85
```
87
-
ghcr.io/seqeralabs/node-red-seqera:latest-studios
86
+
ghcr.io/seqeralabs/node-red-seqera-studios:latest
88
87
```
89
88
90
89
Make sure that the studio is set to _Always keep the session running_.
0 commit comments