Skip to content

Commit 074d2b2

Browse files
committed
Update README.md
1 parent 7dbdb6a commit 074d2b2

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,6 @@ current value of `${NB_UID}` and `${NB_GID}`.
196196
197197
The server logs appear in the terminal.
198198
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-
211199
#### Using Podman (rootless mode, 3.11.5+)
212200
213201
Create an empty home directory:
@@ -243,6 +231,20 @@ docker run -it --rm \
243231
244232
*might* be sufficient.
245233
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+
246248
## Similar projects
247249
248250
* [jupyter/docker-stacks](https://github.com/jupyter/docker-stacks)

0 commit comments

Comments
 (0)