X Tutup
Skip to content

Update docker run command in docs#629

Open
TBG-FR wants to merge 2 commits intorendercv:mainfrom
TBG-FR:patch-1
Open

Update docker run command in docs#629
TBG-FR wants to merge 2 commits intorendercv:mainfrom
TBG-FR:patch-1

Conversation

@TBG-FR
Copy link

@TBG-FR TBG-FR commented Jan 7, 2026

Updated Docker command shown in Getting Started docs

  • Added -u to avoid permissions issue (rendercv has UID 999, usually a linux user has UID 1000)
  • Added --rm to avoid creating leftover containers

Fixes PermissionError: [Errno 13] Permission denied: 'Your_Name_CV.yaml' when running the Docker command from docs

TBG-FR added 2 commits January 7, 2026 11:22
- Added `-u` to avoid permissions issue (rendercv has UID `999`, usually a linux user has UID `1000`)
- Added `--rm` to avoid creating leftover containers
@TBG-FR
Copy link
Author

TBG-FR commented Jan 7, 2026

There's still an issue while trying to render the CV (after .typ generation, during .pdf generation), probably caused by the usage of a non-root / non-rendercv user 🤔

╭─ Rendering your CV... ───────────────────────────────────────────────────────╮
│ ✓ 252 ms   Generated Typst:                                                  │
│ ./rendercv_output/Test_CV.typ                                                │
╰──────────────────────────────────────────────────────────────────────────────╯
[...]
TypstError: failed to load package (failed to create temporary package directory: Permission denied (os error 13))`

@sinaatalay sinaatalay force-pushed the main branch 3 times, most recently from cff31ca to 2b08030 Compare February 17, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup