Commit 18c266b
authored
[TASK] Warn that --output is resolved inside the container (#540)
* [TASK] Warn that --output is resolved inside the container
The --output option of the render container is resolved inside the
container: pointing it at a host path outside the mounted volume
writes the files into the container file system, which --rm then
discards - while the command still reports success. Add a note to
the shared local-rendering include so every page showing the
command carries the warning.
Assisted-by: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
* [TASK] Move the --output warning to where the option is used
Reviewer feedback: the rendering snippet does not use --output, and
_LocalRendering.rst.txt is included in four places, so a note about it sits
in front of readers who never pass the option.
Move it to the Markdown-to-reST howto, the only page in this manual that
passes --output, and shorten it to the point that matters: the path is
resolved inside the container, so it has to stay below the mounted volume.
Assisted-by: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
---------
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>1 parent a9645a1 commit 18c266b
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
0 commit comments