@@ -196,18 +196,6 @@ current value of `${NB_UID}` and `${NB_GID}`.
196
196
197
197
The server logs appear in the terminal.
198
198
199
- ** :exclamation: Keyring services are not available due to the difficulties of**
200
- ** setting them up in containers.**
201
- ** Therefore, provide credentials for the following extensions as environment**
202
- ** variables (` -e` ):**
203
-
204
- | Extension | Environment variable |
205
- | :--------------------------------| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
206
- | GitHub Pull Requests and Issues | ` GITHUB_TOKEN` : Personal access token with scopes ` repo` and ` user` .[^2] |
207
- | GitLab Workflow | ` GITLAB_WORKFLOW_INSTANCE_URL` : GitLab instance URL (e.g. https://gitlab.com).< br> ` GITLAB_WORKFLOW_TOKEN` : Personal access token with scopes ` api` and ` read_user` . |
208
-
209
- [^2]: * Device activation* may require a one-time login from the extension' s sidebar.
210
-
211
199
# ### Using Podman (rootless mode, 3.11.5+)
212
200
213
201
Create an empty home directory:
@@ -243,6 +231,20 @@ docker run -it --rm \
243
231
244
232
* might* be sufficient.
245
233
234
+ # ## Credential storage
235
+
236
+ ** :exclamation: Keyring services are not available due to the difficulties of**
237
+ ** setting them up in containers.**
238
+ ** Therefore, provide login credentials for the following extensions as**
239
+ ** environment variables (` -e` ):**
240
+
241
+ | Extension | Environment variable |
242
+ | :--------------------------------| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
243
+ | GitHub Pull Requests and Issues | ` GITHUB_TOKEN` : Personal access token with scopes ` repo` and ` user` .[^2] |
244
+ | GitLab Workflow | ` GITLAB_WORKFLOW_INSTANCE_URL` : GitLab instance URL (e.g. https://gitlab.com).< br> ` GITLAB_WORKFLOW_TOKEN` : Personal access token with scopes ` api` and ` read_user` . |
245
+
246
+ [^2]: * Device activation* may require a one-time login from the extension' s sidebar.
247
+
246
248
## Similar projects
247
249
248
250
* [jupyter/docker-stacks](https://github.com/jupyter/docker-stacks)
0 commit comments